mirror of
https://github.com/mupen64plus-ae/parallel-rsp.git
synced 2024-11-23 05:29:39 +00:00
8 lines
74 B
ArmAsm
8 lines
74 B
ArmAsm
|
.text
|
||
|
.global main
|
||
|
main:
|
||
|
li $t0, 17
|
||
|
li $t1, 5
|
||
|
and $t2, $t0, $t1
|
||
|
break
|