Skip to content

1.8.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 12 Nov 15:31
· 106 commits to master since this release
15011a8

[1.8.0] - 2023-11-12

Added

  • Add flag_r5900DisasmAsData member to the Instruction class.
    • This flag allows to fine-tune R5900 instruction set that are affected by
      the global gnuMode option.
      • Currently these instructions are: trunc.w.s, cvt.w.s, vclipw and
        vsqrt.
    • TrinaryValue.TRUE forces the instruction to be disassembled as data.
    • TrinaryValue.FALSE bypasses the global checks for disassembling a word
      as data. A word will still be disassembled as data if it can't be decoded.
    • TrinaryValue.NONE leaves this decision to the global settings.
  • Add flag_r5900UseDollar member to the Instruction class.
    • TrinaryValue.TRUE forces the use of dollar signs ($) on R5900's VU
      instructions.
    • TrinaryValue.FALSE forces disassembling to not use of dollar signs ($) on
      R5900's VU instructions.
    • TrinaryValue.NONE leaves this decision to the global settings.