mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-22 01:29:13 +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
|