pub fn next(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>Expand description
0x0109nextdirect:32
§Target
- None.
§Arguments
- direct:32
§Operation
counter -= 1if counter >= 0 : current = direct
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::OneU32,