1 #source: nop123.s
2 #source: nop123.s
3 #source: a.s
4 #source: pad2p26m32.s
5 #source: pad16.s
6 #source: pushja.s
7 #source: start.s
8 #ld: -m mmo
9 #objdump: -dr
10 
11 # Check that PUSHJ with an offset just inside the offset range of a JMP
12 # stub expansion works, backwards, mmo version.
13 
14 .*:     file format mmo
15 Disassembly of section \.text:
16 0+ <a-0x8>:
17        0:	fd010203 	swym 1,2,3
18        4:	fd010203 	swym 1,2,3
19 0+8 <a>:
20        8:	e3fd0004 	setl \$253,0x4
21 	\.\.\.
22 0+3fffffc <pushja>:
23  3fffffc:	e3fd0002 	setl \$253,0x2
24  4000000:	f20c0002 	pushj \$12,4000008 <pushja\+0xc>
25  4000004:	e3fd0003 	setl \$253,0x3
26  4000008:	f1000000 	jmp 8 <a>
27 0+400000c <Main>:
28  400000c:	e3fd0001 	setl \$253,0x1
29