greg-3.d 851 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #source: greg-1.s
  2. #source: gregget1.s
  3. #source: start.s
  4. #source: a.s
  5. #as: -x
  6. #ld: -m elf64mmix
  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.
  12. .*: file format elf64-mmix
  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+10 g \.text 0+ _start
  18. 0+fe g \*REG\* 0+ areg
  19. #...
  20. 0+14 g \.text 0+ a
  21. Disassembly of section \.text:
  22. 0+ <_start-0x10>:
  23. 0: e3fe0014 setl \$254,0x14
  24. 4: e6fe0000 incml \$254,0x0
  25. 8: e5fe0000 incmh \$254,0x0
  26. c: e4fe0000 inch \$254,0x0
  27. 0+10 <_start>:
  28. 10: e3fd0001 setl \$253,0x1
  29. 0+14 <a>:
  30. 14: e3fd0004 setl \$253,0x4