mirror of
https://github.com/mupen64plus-ae/parallel-rsp.git
synced 2024-11-23 05:29:39 +00:00
Add xori test.
This commit is contained in:
parent
44171820c9
commit
9aab00c6cf
@ -116,4 +116,5 @@ if (PARALLEL_RSP_TESTS)
|
||||
rsp_add_test(sltiu)
|
||||
rsp_add_test(andi)
|
||||
rsp_add_test(ori)
|
||||
rsp_add_test(xori)
|
||||
endif()
|
||||
|
6
debug-toolchain/xori.s
Normal file
6
debug-toolchain/xori.s
Normal file
@ -0,0 +1,6 @@
|
||||
.text
|
||||
.global main
|
||||
main:
|
||||
li $a0, 500
|
||||
xori $t0, $a0, 50000
|
||||
break
|
Loading…
Reference in New Issue
Block a user