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