Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@Kingcom Kingcom released this 10 May 11:33
· 197 commits to master since this release
  • new .aligna directive for absolute address alignment
  • new expression functions: org(label), orga(label), headersize(label)
  • new expression functions: min and max
  • fixed major bug in MIPS LO/HI ELF symbol relocation
  • COP2, TLB*, RFE instructions added to PSX
  • fixed output of RSP VMOV/VRSQ*/VRCP* instructions
  • RSP CTC2/CFC2 control register name support added
  • fixed edge case bugs in ARM shift handling
  • new -definelabel command line argument for defining label
  • -equ command line option now normalizes the case of the name
  • additional validations of command line arguments
  • relativeinclude settings now respected in table directives
  • fixed bugs in float exponential notation parsing
  • fixed NaN and string comparisons with <, <=, >, >=
  • negative initial header sizes now allowed (with warnings)
  • correct line numbers for equ invocations
  • other bugfixes and enhancements