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