1 #source: nop123.s 2 #source: pushja.s 3 #source: pad2p26m32.s 4 #source: pad16.s 5 #source: pad4.s 6 #source: pad4.s 7 #source: pad4.s 8 #source: a.s 9 #source: start.s 10 #ld: -m mmo 11 #objdump: -dr 12 13 # Check that PUSHJ with an offset just outside reach of JMP works; it will 14 # get the full expansion, mmo version. 15 16 .*: file format mmo 17 Disassembly of section \.text: 18 0+ <pushja-0x4>: 19 0: fd010203 swym 1,2,3 20 0+4 <pushja>: 21 4: e3fd0002 setl \$253,0x2 22 8: f20c0002 pushj \$12,10 <pushja\+0xc> 23 c: e3fd0003 setl \$253,0x3 24 10: e3ff0020 setl \$255,0x20 25 14: e6ff0400 incml \$255,0x400 26 18: e5ff0000 incmh \$255,0x0 27 1c: e4ff0000 inch \$255,0x0 28 20: 9f00ff00 go \$0,\$255,0 29 \.\.\. 30 0+4000020 <a>: 31 4000020: e3fd0004 setl \$253,0x4 32 0+4000024 <Main>: 33 4000024: e3fd0001 setl \$253,0x1 34