Rv64i : passing test
This commit is contained in:
7
bench/tests/op/ld.s
Normal file
7
bench/tests/op/ld.s
Normal file
@@ -0,0 +1,7 @@
|
||||
# expected: 1023456789ABCDEF
|
||||
.text
|
||||
_start:
|
||||
li x1, 0x1023456789ABCDEF
|
||||
sd x1, 100(x0)
|
||||
|
||||
ld x31, 100(x0)
|
||||
Reference in New Issue
Block a user