mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-23 08:29:15 +00:00
7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, %function
|
|
foo:
|
|
.space 16
|
|
.size foo, 16
|