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