1#source: greg-1.s
2#source: gregbza1.s
3#source: start.s
4#source: a.s
5#as: -x
6#ld: -m mmo
7#objdump: -dt
8
9# Like greg-3, but a different expanding insn, mmo.
10
11.*:     file format mmo
12
13SYMBOL TABLE:
140+18 g       \.text Main
150+18 g       \.text _start
160+fe g       \*REG\* areg
170+1c g       \.text a
18
19Disassembly of section \.text:
20
210+ <(Main|_start)-0x18>:
22   0:	5afe0006 	pbnz areg,18 <(Main|_start)>
23   4:	e3ff001c 	setl \$255,0x1c
24   8:	e6ff0000 	incml \$255,0x0
25   c:	e5ff0000 	incmh \$255,0x0
26  10:	e4ff0000 	inch \$255,0x0
27  14:	9fffff00 	go \$255,\$255,0
28
290+18 <(Main|_start)>:
30  18:	e3fd0001 	setl \$253,0x1
31
320+1c <a>:
33  1c:	e3fd0004 	setl \$253,0x4
34