pull/2/head
ondra05 2023-09-16 00:57:37 +02:00
parent 373a43af4d
commit d0dc9ed96b
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
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.