Lays groundword for Rv64i extension
Some base files had to be modified to support 64-bit architecture as well as the Makefile to load 64-bit words into memory
This commit is contained in:
@@ -4,7 +4,8 @@ _start:
|
||||
addi x1, x0, 0x3FC
|
||||
srli x31, x1, 2
|
||||
|
||||
lui x1, 0xA0000
|
||||
#lui x1, 0xA0000
|
||||
li x1, 0x00000000A0000000
|
||||
srli x31, x1, 31
|
||||
|
||||
lui x1, 0x0A000
|
||||
|
||||
Reference in New Issue
Block a user