1#source: greg-1.s
2#source: gregldo1.s
3#source: start.s
4#ld: -m mmo
5#objdump: -dt
6
7# Most simple greg usage: relocate to each possible location within an
8# insn; mmo.
9
10.*:     file format mmo
11
12SYMBOL TABLE:
130+c g       \.text Main
140+c g       \.text _start
150+fe g       \*REG\* areg
16
17Disassembly of section \.text:
18
190+ <Main-0xc>:
20   0:	8c0c20fe 	ldo \$12,\$32,areg
21   4:	8d7bfe22 	ldo \$123,areg,34
22   8:	8dfeea38 	ldo areg,\$234,56
23
240+c <(Main|_start)>:
25   c:	e3fd0001 	setl \$253,0x1
26