mirror of
https://github.com/mupen64plus-ae/parallel-rsp.git
synced 2024-11-23 05:29:39 +00:00
7 lines
67 B
ArmAsm
7 lines
67 B
ArmAsm
.text
|
|
.global main
|
|
main:
|
|
li $a0, 500
|
|
xori $t0, $a0, 50000
|
|
break
|