1#source: start.s
2#source: a.s
3#source: pushja.s
4#as: -x --no-pushj-stubs
5#ld: -m mmo
6#objdump: -dr
7
8.*:     file format mmo
9
10Disassembly of section \.text:
11
120+ <(Main|_start)>:
13   0:	e3fd0001 	setl \$253,0x1
14
150+4 <a>:
16   4:	e3fd0004 	setl \$253,0x4
17
180+8 <pushja>:
19   8:	e3fd0002 	setl \$253,0x2
20   c:	e3ff0004 	setl \$255,0x4
21  10:	e6ff0000 	incml \$255,0x0
22  14:	e5ff0000 	incmh \$255,0x0
23  18:	e4ff0000 	inch \$255,0x0
24  1c:	bf0cff00 	pushgo \$12,\$255,0
25  20:	e3fd0003 	setl \$253,0x3
26