pub fn call(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description
§0x0102
call:address
§Target
- The register containing the target address in memory.
§Arguments
- None.
§Operation
push:current
jump:target
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentScheme::NoArgument,
- OperationError::MemoryError if a memory error occurs.