greg-5s.d 554 B

1234567891011121314151617181920212223242526
  1. #source: greg-1.s
  2. #source: gregpsj1.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+4 g \.text 0+ _start
  15. 0+fe g \*REG\* 0+ areg
  16. #...
  17. 0+8 g \.text 0+ a
  18. Disassembly of section \.text:
  19. 0+ <_start-0x4>:
  20. 0: f2fe0002 pushj \$254,8 <a>
  21. 0+4 <_start>:
  22. 4: e3fd0001 setl \$253,0x1
  23. 0+8 <a>:
  24. 8: e3fd0004 setl \$253,0x4