1#source: greg-1.s
2#source: gregldo1.s
3#source: start.s
4#ld: -m elf64mmix
5#objdump: -dt
6
7# Most simple greg usage: relocate to each possible location within an
8# insn.
9
10.*:     file format elf64-mmix
11
12SYMBOL TABLE:
130+ l    d  \.text	0+ (|\.text)
140+7f0 l    d  \.MMIX\.reg_contents	0+ (|\.MMIX\.reg_contents)
150+ l    d  \*ABS\*	0+ (|\.shstrtab)
160+ l    d  \*ABS\*	0+ (|\.symtab)
170+ l    d  \*ABS\*	0+ (|\.strtab)
180+c g       \.text	0+ _start
190+fe g       \*REG\*	0+ areg
20#...
21
22Disassembly of section \.text:
23
240+ <_start-0xc>:
25   0:	8c0c20fe 	ldo \$12,\$32,\$254
26   4:	8d7bfe22 	ldo \$123,\$254,34
27   8:	8dfeea38 	ldo \$254,\$234,56
28
290+c <_start>:
30   c:	e3fd0001 	setl \$253,0x1
31