pub fn set_bottom(
cpu: &mut Cpu,
scheme: InstructionScheme,
) -> OperationResult<()>Expand description
§0x0202 set_bottom:target bottom:32
§Target
- The register to set
§Arguments
- 32 bits : the bottom of the 64 bits value
§Operation
- sets
REG[$target].bottom = $argument
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::OneU32,