mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
13 lines
169 B
ArmAsm
13 lines
169 B
ArmAsm
.text
|
|
.protected foo
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|
|
.globl bar
|
|
.type bar, @function
|
|
bar:
|
|
movabsq $foo@GOTOFF, %rax
|
|
.size bar, .-bar
|