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: pad4.s
9 #source: pushja.s
10 #source: start.s
11 #ld: -m mmo
12 #objdump: -dr
13 
14 # Check that PUSHJ with an offset just outside the offset range gets a JMP
15 # stub expansion, backwards, mmo version.
16 
17 .*:     file format mmo
18 Disassembly of section \.text:
19 0+ <a-0x8>:
20        0:	fd010203 	swym 1,2,3
21        4:	fd010203 	swym 1,2,3
22 0+8 <a>:
23        8:	e3fd0004 	setl \$253,0x4
24 	\.\.\.
25 0+40008 <pushja>:
26    40008:	e3fd0002 	setl \$253,0x2
27    4000c:	f20c0002 	pushj \$12,40014 <pushja\+0xc>
28    40010:	e3fd0003 	setl \$253,0x3
29    40014:	f1fefffd 	jmp 8 <a>
30 0+40018 <Main>:
31    40018:	e3fd0001 	setl \$253,0x1
32