mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
9 lines
190 B
ArmAsm
9 lines
190 B
ArmAsm
.eabi_attribute 6, 0 @Tag_CPU_arch, 0 means pre-v4.
|
|
.file "f.c"
|
|
.text
|
|
.align 2
|
|
.global foo
|
|
.type foo, %function
|
|
foo:
|
|
bx lr
|