1#source: greg-1.s
2#source: gregbza1.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
13SYMBOL TABLE:
140+ l    d  \.text	0+ (|\.text)
150+7f0 l    d  \.MMIX\.reg_contents	0+ (|\.MMIX\.reg_contents)
160+ l    d  \*ABS\*	0+ (|\.shstrtab)
170+ l    d  \*ABS\*	0+ (|\.symtab)
180+ l    d  \*ABS\*	0+ (|\.strtab)
190+18 g       \.text	0+ _start
200+fe g       \*REG\*	0+ areg
21#...
220+1c g       \.text	0+ a
23
24Disassembly of section \.text:
25
260+ <_start-0x18>:
27   0:	5afe0006 	pbnz \$254,18 <_start>
28   4:	e3ff001c 	setl \$255,0x1c
29   8:	e6ff0000 	incml \$255,0x0
30   c:	e5ff0000 	incmh \$255,0x0
31  10:	e4ff0000 	inch \$255,0x0
32  14:	9fffff00 	go \$255,\$255,0
33
340+18 <_start>:
35  18:	e3fd0001 	setl \$253,0x1
36
370+1c <a>:
38  1c:	e3fd0004 	setl \$253,0x4
39