Skip to content

1.05

Compare
Choose a tag to compare
@CreepNT CreepNT released this 07 Sep 18:27
· 17 commits to master since this release

Extension date: 2023/09/07
Changelog :

  • Loader:
    • Add official name for most structures and Prx1-related constants
    • Add automatic detection and renaming of .text/.data segments
  • MeP-c5:
    • Add missing stack alignment directive which broke calling convention
    • Fix semantics of ADD3 Rn, Rm, imm16 (now performs sign-extension properly)
    • Change semantics of MOV Rn, imm16 (changes P-Code from Rn = INT_SEXT imm16:2 to the more appropriate Rn = COPY <sign-extended imm16>:4)
  • NID Analyzer
    • Failures are now logged to a user-visible message log (shown after analysis in case of failure)
  • QoL
    • Lazy-allocate the variable import block
    • Place variable imports block higher in memory to prevent clashes with ScePerf coredumps