mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-26 11:06:50 -07:00
passes quick test: ori
This commit is contained in:
parent
2c24c19a72
commit
bbaf6f9141
14
test/test.S
14
test/test.S
|
@ -82,13 +82,13 @@ _start:
|
|||
nop
|
||||
nop
|
||||
|
||||
# # ori
|
||||
# ori x9, x1, x2 # x9 = 0xffffffff
|
||||
# ori x10, x1, x0 # x10 = 0xfedcb789
|
||||
# ori x11, x4, x3 # x11 = 0x0xfedcb79a
|
||||
# nop
|
||||
# nop
|
||||
# nop
|
||||
# ori
|
||||
ori x18, x2, 0x000 # x18 = 0xffffffff
|
||||
ori x19, x0, 0x768 # x19 = 0x768
|
||||
ori x20, x1, 0x7ff # x20 = 0xfedcb7ff
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
# # xori
|
||||
# xori x12, x1, x2 # x12 = 0x01234876
|
||||
|
|
Loading…
Reference in New Issue
Block a user