1#source: greg-1.s
2#source: gregpsj1.s
3#source: start.s
4#source: a.s
5#as: -x
6#ld: -m mmo
7#objdump: -dt
8
9# Like greg-14, but using PUSHJ stubs.
10
11.*:     file format mmo
12SYMBOL TABLE:
130+4 g       \.text Main
140+4 g       \.text _start
150+fe g       \*REG\* areg
160+8 g       \.text a
17Disassembly of section \.text:
180+ <(Main|_start)-0x4>:
19   0:	f2fe0002 	pushj areg,8 <a>
200+4 <(Main|_start)>:
21   4:	e3fd0001 	setl \$253,0x1
220+8 <a>:
23   8:	e3fd0004 	setl \$253,0x4
24