1 #source: start.s
2 #source: loc1.s
3 #ld: -m elf64mmix
4 #objdump: -str
5 
6 # Two text files in opposite order.
7 
8 .*:     file format elf64-mmix
9 
10 SYMBOL TABLE:
11 0+1000 l    d  \.text	0+
12 2000000000000000 l    d  \.data	0+
13 2000000000000000 l    d  \.sbss	0+
14 2000000000000000 l    d  \.bss	0+
15 0+ l    d  \*ABS\*	0+
16 0+ l    d  \*ABS\*	0+
17 0+ l    d  \*ABS\*	0+
18 0+1000 g       \.text	0+ _start
19 0+1004 g       \.text	0+ loc1
20 0+1000 g       \*ABS\*	0+ __\.MMIX\.start\.\.text
21 2000000000000000 g       \*ABS\*	0+ __bss_start
22 2000000000000000 g       \*ABS\*	0+ _edata
23 2000000000000000 g       \*ABS\*	0+ _end
24 0+1000 g       \.text	0+ _start\.
25 
26 Contents of section \.text:
27  1000 e3fd0001 fd030303                    .*
28