Also CBM DOS status codes are fetched after OPEN. Heap size is reducing again.
Also: images. Not for multiple heaps yet (like the VIC uses). Maybe later today. If you saved an image called 'image', it'll load automatically. Bugs are inevitable. Good luck!

Code: Select all
; On the C64 and Plus/4 you can load all that's there to load:
(load "all.lisp")
; When finished (and your computer turned retro), do a:
(isave "image")
With VICE you can jump into one of your target's directories and launch TUNIX Lisp conveniently:
Code: Select all
cd tunix/vic20
xvic -attach8rw -autostartprgmode 0 -moncommands lisp.lbl lisp
Overlays will be required soon for 6502 targets.

Have fun!