mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
6 lines
67 B
ArmAsm
6 lines
67 B
ArmAsm
.global foo
|
|
.type foo, %function
|
|
foo:
|
|
.dc.a 0
|
|
.size foo, .-foo
|