mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
12 lines
159 B
ArmAsm
12 lines
159 B
ArmAsm
.text
|
|
.globl foo
|
|
foo:
|
|
lgrl %r1,bar@GOTENT
|
|
lg %r1,bar@GOT(%r12)
|
|
lrl %r1,bar@GOTENT
|
|
l %r1,bar@GOT(%r12)
|
|
ly %r1,bar@GOT(%r12)
|
|
|
|
.globl bar
|
|
bar: .long 0x123
|