Add JAL and change some of the formatting on previous instructions to be cleaner

This commit is contained in:
2025-12-21 12:20:30 +01:00
parent ac9506a1a7
commit 23647ae966
2 changed files with 11 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ pub(crate) fn find_and_exec(instr: Instruction, core: &mut Core) -> Option<Instr
_ => None,
},
0b01101 => Some(rvi::lui(core, instr)),
0b11011 => Some(rvi::jal(core, instr)),
_ => None,
}
}