7 lines
84 B
Text
7 lines
84 B
Text
.text
|
|
.global _start
|
|
|
|
_start:
|
|
mov x0, #0
|
|
mov x8, #93
|
|
svc #0
|