soft-float
Erin 2023-09-16 00:57:37 +02:00
parent 35f90e94a8
commit 8c8c708279
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ where
usize::from(count),
);
}
JMP => self.pc = Address::new(self.decode::<u64>()),
JAL => {
// Jump and link. Save PC after this instruction to
// specified register and jump to reg + offset.