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 11 # Check that PUSHJ with an offset just within the offset range gets no 12 # stub expansion, mmo version. 13 14 .*: file format mmo 15 Disassembly of section \.text: 16 0+ <pushja-0x4>: 17 0: fd010203 swym 1,2,3 18 0+4 <pushja>: 19 4: e3fd0002 setl \$253,0x2 20 8: f20cffff pushj \$12,40004 <a> 21 c: e3fd0003 setl \$253,0x3 22 \.\.\. 23 0+40004 <a>: 24 40004: e3fd0004 setl \$253,0x4 25 0+40008 <Main>: 26 40008: e3fd0001 setl \$253,0x1 27