mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
13 lines
171 B
ArmAsm
13 lines
171 B
ArmAsm
.text
|
|
.protected foo
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|
|
.globl bar
|
|
.type bar, @function
|
|
bar:
|
|
movl foo@GOTOFF(%ecx), %eax
|
|
.size bar, .-bar
|