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