RosettaCodeData/Task/Empty-program/ARM-Assembly/empty-program.arm

7 lines
74 B
Plaintext

.text
.global _start
_start:
mov r0, #0
mov r7, #1
svc #0