pushja1f-s.d 385 B

12345678910111213141516171819
  1. #source: start.s
  2. #source: pushja.s
  3. #source: a.s
  4. #as: -x
  5. #ld: -m elf64mmix
  6. #objdump: -dr
  7. # Like pushja1f, but with PUSHJ stub.
  8. .*: file format elf64-mmix
  9. Disassembly of section \.text:
  10. 0+ <_start>:
  11. 0: e3fd0001 setl \$253,0x1
  12. 0+4 <pushja>:
  13. 4: e3fd0002 setl \$253,0x2
  14. 8: f20c0002 pushj \$12,10 <a>
  15. c: e3fd0003 setl \$253,0x3
  16. 0+10 <a>:
  17. 10: e3fd0004 setl \$253,0x4