1 #source: greg-1.s
2 #source: gregpsj1.s
3 #source: start.s
4 #source: a.s
5 #as: -x
6 #ld: -m elf64mmix
7 #objdump: -dt
8 
9 # Like greg-3, but a different expanding insn.
10 
11 .*:     file format elf64-mmix
12 SYMBOL TABLE:
13 0+ l    d  .text	0+
14 2000000000000000 l    d  .data	0+
15 2000000000000000 l    d  .sbss	0+
16 2000000000000000 l    d  .bss	0+
17 0+7f0 l    d  \.MMIX\.reg_contents	0+
18 0+ l    d  \*ABS\*	0+
19 0+ l    d  \*ABS\*	0+
20 0+ l    d  \*ABS\*	0+
21 0+4 g       \.text	0+ _start
22 0+fe g       \*REG\*	0+ areg
23 #...
24 0+8 g       \.text	0+ a
25 Disassembly of section \.text:
26 0+ <_start-0x4>:
27    0:	f2fe0002 	pushj \$254,8 <a>
28 0+4 <_start>:
29    4:	e3fd0001 	setl \$253,0x1
30 0+8 <a>:
31    8:	e3fd0004 	setl \$253,0x4
32