mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-14 08:33:16 +00:00
7 lines
95 B
ArmAsm
7 lines
95 B
ArmAsm
.abiversion 2
|
|
.globl my_func
|
|
.type my_func,@function
|
|
my_func:
|
|
blr
|
|
.size my_func,.-my_func
|