greg-12.d 766 B

12345678910111213141516171819202122232425262728293031323334
  1. #source: greg-1.s
  2. #source: gregget1.s
  3. #source: start.s
  4. #source: a.s
  5. #as: -x
  6. #ld: -m mmo
  7. #objdump: -dt
  8. # A greg usage with an expanding insn. The register reloc must be
  9. # evaluated before the expanding reloc. Here, it doesn't appear in the
  10. # wrong order, and it doesn't seem like they would naturally appear in the
  11. # wrong order, but anyway; mmo.
  12. .*: file format mmo
  13. SYMBOL TABLE:
  14. 0+10 g \.text Main
  15. 0+10 g \.text _start
  16. 0+fe g \*REG\* areg
  17. 0+14 g \.text a
  18. Disassembly of section \.text:
  19. 0+ <(Main|_start)-0x10>:
  20. 0: e3fe0014 setl areg,0x14
  21. 4: e6fe0000 incml areg,0x0
  22. 8: e5fe0000 incmh areg,0x0
  23. c: e4fe0000 inch areg,0x0
  24. 0+10 <(Main|_start)>:
  25. 10: e3fd0001 setl \$253,0x1
  26. 0+14 <a>:
  27. 14: e3fd0004 setl \$253,0x4