pushjs3bm.d 678 B

12345678910111213141516171819202122232425262728
  1. #source: nop123.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 mmo
  9. #objdump: -dr
  10. # Check that PUSHJ with an offset just inside the offset range of a JMP
  11. # stub expansion works, backwards, mmo version.
  12. .*: file format mmo
  13. Disassembly of section \.text:
  14. 0+ <a-0x8>:
  15. 0: fd010203 swym 1,2,3
  16. 4: fd010203 swym 1,2,3
  17. 0+8 <a>:
  18. 8: e3fd0004 setl \$253,0x4
  19. \.\.\.
  20. 0+3fffffc <pushja>:
  21. 3fffffc: e3fd0002 setl \$253,0x2
  22. 4000000: f20c0002 pushj \$12,4000008 <pushja\+0xc>
  23. 4000004: e3fd0003 setl \$253,0x3
  24. 4000008: f1000000 jmp 8 <a>
  25. 0+400000c <Main>:
  26. 400000c: e3fd0001 setl \$253,0x1