mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
10 lines
128 B
ArmAsm
10 lines
128 B
ArmAsm
.text
|
|
.globl __foo
|
|
.type __foo, %function
|
|
__foo:
|
|
.byte 0
|
|
.globl foo
|
|
.weak foo
|
|
.set foo, __foo
|
|
.symver __foo,foo@@VERS.1
|