7 lines
63 B
ArmAsm
7 lines
63 B
ArmAsm
|
.global _start
|
||
|
.text
|
||
|
_start:
|
||
|
li $a0,0
|
||
|
li $v0,5058
|
||
|
syscall
|