pub fn nand(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description
§0x0406
nand:target
[start:end]
§Target
- The register to store the result value.
§Arguments
- The register range onto apply the operator.
§Operation
REG[$target] = 0x00... nand REG[start..end]...
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::Range,