mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-24 14:32:25 +00:00
7 lines
74 B
ArmAsm
7 lines
74 B
ArmAsm
.syntax unified
|
|
.text
|
|
.global test
|
|
.type test, %function
|
|
test:
|
|
bx lr
|