1 #source: b-loc64k.s
2 #source: b-goodmain.s
3 #ld: --oformat binary
4 #objcopy_linked_file:
5 #objdump: -dht
6 
7 .*:     file format mmo
8 
9 Sections:
10 Idx Name          Size      VMA               LMA               File off  Algn
11   0 \.text         0+10004  0+  0+  0+  2\*\*2
12                   CONTENTS, ALLOC, LOAD, CODE
13 SYMBOL TABLE:
14 0+4 g       \.text Main
15 0+4 g       \.text a
16 
17 Disassembly of section \.text:
18 
19 0+ <Main-0x4>:
20        0:	e3fd0001 	setl \$253,0x1
21 
22 0+4 <Main>:
23 	\.\.\.
24    10000:	e3fd0004 	setl \$253,0x4
25