forked from Rativel/BurritOS
import Instruction and use print in main
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mod decode.rs
|
||||
use crate::decode::Instruction;
|
||||
|
||||
const RISCV_LUI: u8 = 0x37;
|
||||
const RISCV_AUIPC: u8 = 0x17;
|
||||
|
||||
Reference in New Issue
Block a user