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 
13 SYMBOL TABLE:
14 0+18 g       \.text Main
15 0+18 g       \.text _start
16 0+fe g       \*REG\* areg
17 0+1c g       \.text a
18 
19 Disassembly of section \.text:
20 
21 0+ <(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 
29 0+18 <(Main|_start)>:
30   18:	e3fd0001 	setl \$253,0x1
31 
32 0+1c <a>:
33   1c:	e3fd0004 	setl \$253,0x4
34