Add lui test.

This commit is contained in:
Hans-Kristian Arntzen 2020-01-31 14:05:34 +01:00
parent 9aab00c6cf
commit 71237ada02
2 changed files with 6 additions and 0 deletions

View File

@ -117,4 +117,5 @@ if (PARALLEL_RSP_TESTS)
rsp_add_test(andi)
rsp_add_test(ori)
rsp_add_test(xori)
rsp_add_test(lui)
endif()

5
debug-toolchain/lui.s Normal file
View File

@ -0,0 +1,5 @@
.text
.global main
main:
lui $t0, 50000
break