Function gosub

Source
pub fn gosub(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description

§0x0105 gosub direct:32

Performs a short call (offset is 32 bits long).

§Target

  • None.

§Arguments

  • direct:32

§Operation

  • current = direct

§Errors