mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
11 lines
151 B
ArmAsm
11 lines
151 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
.word 0
|
||
|
calls $0, protected_foo
|
||
|
calls $0, hidden_foo
|
||
|
calls $0, internal_foo
|
||
|
ret
|
||
|
.size foo, . - foo
|