6 lines
74 B
Text
6 lines
74 B
Text
.text
|
|
.global _start
|
|
_start:
|
|
mov r0, #0
|
|
mov r7, #1
|
|
svc #0
|