ft(interpreter): impl all low-hanging fruit instructions
This commit is contained in:
@@ -66,8 +66,8 @@ impl Memory {
|
||||
}
|
||||
}
|
||||
|
||||
/// Calculate the absolute Memory Index from a [`MemoryIndex`] struct.
|
||||
fn calc_memidx(
|
||||
/// Calculate the absolute memory address from a [`MemoryIndex`] struct.
|
||||
pub fn calc_memidx(
|
||||
regs: &crate::interpreter::register::Register,
|
||||
idx: MemoryIndex,
|
||||
) -> ImmediateOperand {
|
||||
|
||||
Reference in New Issue
Block a user