greg-4.d 729 B

123456789101112131415161718192021222324252627282930313233343536
  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. # Like greg-3, but a different expanding insn.
  9. .*: file format elf64-mmix
  10. SYMBOL TABLE:
  11. 0+ l d \.text 0+ (|\.text)
  12. 0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
  13. #...
  14. 0+18 g \.text 0+ _start
  15. 0+fe g \*REG\* 0+ areg
  16. #...
  17. 0+1c g \.text 0+ a
  18. Disassembly of section \.text:
  19. 0+ <_start-0x18>:
  20. 0: 5afe0006 pbnz \$254,18 <_start>
  21. 4: e3ff001c setl \$255,0x1c
  22. 8: e6ff0000 incml \$255,0x0
  23. c: e5ff0000 incmh \$255,0x0
  24. 10: e4ff0000 inch \$255,0x0
  25. 14: 9fffff00 go \$255,\$255,0
  26. 0+18 <_start>:
  27. 18: e3fd0001 setl \$253,0x1
  28. 0+1c <a>:
  29. 1c: e3fd0004 setl \$253,0x4