mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
9 lines
82 B
ArmAsm
9 lines
82 B
ArmAsm
.globl bar
|
|
bar:
|
|
mov foo@GOTPCREL(%rip), %rax
|
|
|
|
.data
|
|
xxx:
|
|
.long foo
|
|
.long xxx
|