Commit Graph

3 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
13df8be29f
Minor fix to score printout 2018-05-19 18:56:40 -04:00
Bobbi Webber-Manners
76ef797854
Tetris for Apple ][ lo-res mode is now complete 2018-05-18 20:14:41 -04:00
Bobbi Webber-Manners
ea3a6a83e2
v0.68: compiler bug fixes, improved efficiency
- Fixed indentation of VM code. Turned on stack checks for GCC only.
- Added new `VM_DISCARD` VM instruction (and compiler support).  This makes the VM significantly more efficient.
- Configured Linux VM to be compatible with Apple II environment.
- Added line to force to interpret mode to prevent surprises.
- Compiler: fixed bug when exiting `for` loop using `return`.  The compiler was leaking a word on the evalutation stack after jumping out of the body of the `for` loop.
2018-05-13 13:59:40 -04:00