Function call

Source
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