Skip to content

0.7.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@gooofy gooofy released this 17 Oct 10:11
· 517 commits to master since this release

Improvements:

* ide/runtime: handle and display program exit ERR code
* ide: keep ASL file requester path
* ide: fix multiview (help viewer) wb startup
* runtime: IFFSupport module added
* runtime: BLIT() function added
* runtime: BLIT FREE instruction added
* runtime: GET instruction added
* runtime: PUT instruction added
* runtime: ALLOCATE, DEALLOCATE, \_MEMSET added
* runtime: PALETTE LOAD instruction added
* runtime: SCREEN/WINDOW: use original graphics/intuition flags
* runtime: INKEY$: no implicit sleep
* compiler: add generic #fno syntax

Bug Fixes:

* ide: fix cursor line in buf2line()
* compiler: fix subprogram call error handling
* compiler: fix record/class field memory offsets
* compiler: fix module type serialization
* compiler: detect multiple declarations of same constant identifier