forked from AbleOS/holey-bytes
JMP impl
This commit is contained in:
parent
35f90e94a8
commit
8c8c708279
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue