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