8000 Release V3.5.1 · dmcoles/EVO · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

V3.5.1

56CD
Compare
Choose a tag to compare
@dmcoles dmcoles released this 06 Sep 16:42
· 114 commits to main since this release

(3.5.1)
- fix issue with short jump calculations being done incorrect in certain circumstances, causing crashes.
- fix casing of math ieee functions to match original E modules
- disable OPT POOL and OPT UTILLIB in legacy mode
- disable THISTASK, __POOL and UTILITYBASE in legacy mode
- reinstate [] in immediate list to previous E functionality (a blank 0 item list)
- fix optimisation issue where MOVE.B (A0),D0 and MOVE.W (A0),D0 followed by TST.L would be optimised incorrectly.
- fix issue with immediate lists, ListMax() could not be used as the max size was not populated.
- allow 0 length lists to be created eg List(0)
- add showhunk source

0