mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
BAD CODE: to test CI pipeline
This commit is contained in:
parent
e24d230f1a
commit
07c2fb570c
|
@ -9,7 +9,7 @@ _start:
|
|||
lui x1, 0xfedcb # x1 = 0xfedcb000
|
||||
|
||||
# addi
|
||||
addi x1, x1, 0x789 # x1 = 0xfedcb789
|
||||
addi x1, fx1, 0x789 # x1 = 0xfedcb789
|
||||
addi x2, x0, -1 # x2 = 0xffffffff
|
||||
addi x3, x1, -0x777 # x3 = 0xfedcb012
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user