blob: 27918e9a66f4220eec62fb5fd980c08b6a5028bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#source: bspec801.s
#source: start.s
#ld: -m mmo
#objdump: -sh
# Check exceptional cases for LOP_SPEC 80, which we parse according to a
# specific format: see documentation and mmo.c
# #1: name length has LOP_QUOTE.
.*: file format mmo
Sections:
Idx Name Size VMA LMA File off Algn
0 \.text 00000004 0000000000000000 0000000000000000 00000000 2\*\*2
CONTENTS, ALLOC, LOAD, CODE
1 \.MMIX\.spec_data\.80 00000004 0000000000000000 0000000000000000 00000000 2\*\*2
CONTENTS
Contents of section \.text:
0000 e3fd0001 .*
Contents of section \.MMIX\.spec_data\.80:
0000 98000001 .*
|