5 lines
94 B
ArmAsm
5 lines
94 B
ArmAsm
.global _start
|
|
_start:
|
|
; This must be compilable with --march=common_v10_v32.
|
|
moveq 1,$r11
|
|
|