pub fn loop_init(
cpu: &mut Cpu,
scheme: InstructionScheme,
) -> OperationResult<()>
Expand description
0x0108
loop:counter_init
(loop_init)
§Target
- The register holding the initial value
§Arguments
- None.
§Operation
counter = r:target
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentScheme::NoArgument,