Skip to content

1.10.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 22 Apr 17:26
· 22 commits to master since this release
adc30b6

[1.10.0] - 2024-04-22

Added

  • Add PSP's ALLEGREX instruction set support.
  • The global regNames.r4000AllegrexVfpuControlNamedRegisters option controls
    if named registers should be used for the VFPU control registers of the R4000
    ALLEGREX.
  • Utils.floatRepr_32From16 function.
    • Converts a half float to a single precision float.
    • Both the argument and the return value correspond to their hex
      representation instead of an actual float.

Changed

  • Cleanups in tests code.

Fixed

  • Fix typo on C++ bindings.
    • The registers getters of the R5900 instruction class was checking for the
      wrong operands.