mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
9 lines
120 B
ArmAsm
9 lines
120 B
ArmAsm
.eabi_attribute Tag_CPU_arch, 11 @ V6-M
|
|
.thumb
|
|
.type _start, function
|
|
.global _start
|
|
.text
|
|
_start:
|
|
bl myfunc
|
|
b .
|