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