pushjs1m.d 586 B

1234567891011121314151617181920212223242526
  1. #source: nop123.s
  2. #source: pushja.s
  3. #source: pad2p18m32.s
  4. #source: pad16.s
  5. #source: pad4.s
  6. #source: a.s
  7. #source: start.s
  8. #ld: -m mmo
  9. #objdump: -dr
  10. # Check that PUSHJ with an offset just within the offset range gets no
  11. # stub expansion, mmo version.
  12. .*: file format mmo
  13. Disassembly of section \.text:
  14. 0+ <pushja-0x4>:
  15. 0: fd010203 swym 1,2,3
  16. 0+4 <pushja>:
  17. 4: e3fd0002 setl \$253,0x2
  18. 8: f20cffff pushj \$12,40004 <a>
  19. c: e3fd0003 setl \$253,0x3
  20. \.\.\.
  21. 0+40004 <a>:
  22. 40004: e3fd0004 setl \$253,0x4
  23. 0+40008 <Main>:
  24. 40008: e3fd0001 setl \$253,0x1