pub fn move_from_float(
cpu: &mut Cpu,
scheme: InstructionScheme,
) -> OperationResult<()>Expand description
§0x0205 move_from_float:unsigned float:16
§Target
- The bank RegisterId to write to.
§Arguments
- 16 bits : nothing,
- 16 bits : the vector RegisterId to read from.
§Operation
- sets
REG[$target] = FLOAT[$argument]
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::TwoU16,