greg-13.d 654 B

123456789101112131415161718192021222324252627282930313233
  1. #source: greg-1.s
  2. #source: gregbza1.s
  3. #source: start.s
  4. #source: a.s
  5. #as: -x
  6. #ld: -m mmo
  7. #objdump: -dt
  8. # Like greg-3, but a different expanding insn, mmo.
  9. .*: file format mmo
  10. SYMBOL TABLE:
  11. 0+18 g \.text Main
  12. 0+18 g \.text _start
  13. 0+fe g \*REG\* areg
  14. 0+1c g \.text a
  15. Disassembly of section \.text:
  16. 0+ <(Main|_start)-0x18>:
  17. 0: 5afe0006 pbnz areg,18 <(Main|_start)>
  18. 4: e3ff001c setl \$255,0x1c
  19. 8: e6ff0000 incml \$255,0x0
  20. c: e5ff0000 incmh \$255,0x0
  21. 10: e4ff0000 inch \$255,0x0
  22. 14: 9fffff00 go \$255,\$255,0
  23. 0+18 <(Main|_start)>:
  24. 18: e3fd0001 setl \$253,0x1
  25. 0+1c <a>:
  26. 1c: e3fd0004 setl \$253,0x4