From 23647ae9660189781b9ac452865f7c10f4cc9150 Mon Sep 17 00:00:00 2001 From: taitep Date: Sun, 21 Dec 2025 12:20:30 +0100 Subject: Add JAL and change some of the formatting on previous instructions to be cleaner --- src/instructions.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/instructions.rs') diff --git a/src/instructions.rs b/src/instructions.rs index eead29f..bfedaee 100644 --- a/src/instructions.rs +++ b/src/instructions.rs @@ -29,6 +29,7 @@ pub(crate) fn find_and_exec(instr: Instruction, core: &mut Core) -> Option None, }, 0b01101 => Some(rvi::lui(core, instr)), + 0b11011 => Some(rvi::jal(core, instr)), _ => None, } } -- cgit v1.2.3