pushjs3b.d 740 B

123456789101112131415161718192021222324252627282930
  1. #source: start4.s
  2. #source: nop123.s
  3. #source: a.s
  4. #source: pad2p26m32.s
  5. #source: pad16.s
  6. #source: pushja.s
  7. #source: start.s
  8. #ld: -m elf64mmix
  9. #objdump: -dr
  10. # Check that PUSHJ with an offset just inside the offset range of a JMP
  11. # stub expansion works, backwards, ELF version.
  12. .*: file format elf64-mmix
  13. Disassembly of section \.init:
  14. 0+ <_start>:
  15. 0: e37704a6 setl \$119,0x4a6
  16. Disassembly of section \.text:
  17. 0+4 <a-0x4>:
  18. 4: fd010203 swym 1,2,3
  19. 0+8 <a>:
  20. 8: e3fd0004 setl \$253,0x4
  21. \.\.\.
  22. 0+3fffffc <pushja>:
  23. 3fffffc: e3fd0002 setl \$253,0x2
  24. 4000000: f20c0002 pushj \$12,4000008 <pushja\+0xc>
  25. 4000004: e3fd0003 setl \$253,0x3
  26. 4000008: f1000000 jmp 8 <a>
  27. 0+400000c <_start>:
  28. 400000c: e3fd0001 setl \$253,0x1