some debugging stuff and SECOND OPCODE!

This commit is contained in:
2025-10-10 19:01:04 +02:00
parent bf5562df54
commit 6bd31e73fb
3 changed files with 32 additions and 5 deletions

View File

@@ -3,4 +3,8 @@
pub(super) const OP_IMM: u8 = 0b00100;
pub(super) const FUNCT3_ADDI: u8 = 0x0;
pub(super) const FUNCT3_ADDI: u8 = 0b000;
pub(super) const STORE: u8 = 0b01000;
pub(super) const FUNCT3_SD: u8 = 0b011;