pub fn halt(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description
0x01FF
halt
§Target
- None.
§Arguments
- None.
§Operation
HALT_FLAG = true
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentScheme::NoArgument,