mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
6 lines
94 B
ArmAsm
6 lines
94 B
ArmAsm
.global _start
|
|
_start:
|
|
; This must be compilable with --march=common_v10_v32.
|
|
moveq 1,$r11
|
|
|