1.05
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 fromRn = INT_SEXT imm16:2
to the more appropriateRn = 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