Function next

Source
pub fn next(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description
  • 0x0109 next direct:32

§Target

  • None.

§Arguments

  • direct:32

§Operation

  • counter -= 1
  • if counter >= 0 : current = direct

§Errors