forth-ev / VolksForth

volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
BSD 2-Clause "Simplified" License
63 stars 11 forks source link

C64 390 #22

Closed pzembrod closed 4 years ago

pzembrod commented 4 years ago

This PR may conclude my first improvement push on the CBM code base: All 6 flavours (C64, C16-32k and C16-64k) x (without and with block mechanism) aka (C64, C16-, C16+) x (lite, full) now run, have reasonable memory settings, i.e. fully making the memory freed by no longer needing buffers available to stack and dictionary, and they pass maximum possible tests; it's now only vf-full-c16- which has so limited free dictionary space that it can only run the minimal tests.

I would now try to build and test cc64 using the lite versions of C64 and C16+, and if that works out, I would suggest that we merge this dev branch into master and call the C64/C16 versions 3.90 stable, and work on 3.91 and on unifying versions next.

cstrotm commented 4 years ago

I would now try to build and test cc64 using the lite versions of C64 and C16+, and if that works out, I would suggest that we merge this dev branch into master and call the C64/C16 versions 3.90 stable, and work on 3.91 and on unifying versions next.

Ok, sounds like a good plan. Make it so!