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 13 SYMBOL TABLE: 14 0+ l d \.text 0+ (|\.text) 15 0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents) 16 #... 17 0+18 g \.text 0+ _start 18 0+fe g \*REG\* 0+ areg 19 #... 20 0+1c g \.text 0+ a 21 22 Disassembly of section \.text: 23 24 0+ <_start-0x18>: 25 0: 5afe0006 pbnz \$254,18 <_start> 26 4: e3ff001c setl \$255,0x1c 27 8: e6ff0000 incml \$255,0x0 28 c: e5ff0000 incmh \$255,0x0 29 10: e4ff0000 inch \$255,0x0 30 14: 9fffff00 go \$255,\$255,0 31 32 0+18 <_start>: 33 18: e3fd0001 setl \$253,0x1 34 35 0+1c <a>: 36 1c: e3fd0004 setl \$253,0x4 37