Jump to content



Willsy's Photo

Willsy

Member Since 16 Nov 2009
ONLINE Last Active Today, 2:03 PM

Blog Entries

The Forth Files > Case Sensitivity

Posted 30 April 2012

A few days ago I added case insensitivity to TurboForth. When you are working on a real TI, you tend to engage the Alpha Lock key and leave the keyboard in upper case mode. However, if using via emulation then you normally have your caps lock switched off (in lower case). It always annoyed me that the system couldn't recognise load but could...


The Forth Files > TurboForth V1.2 - nearly ready

Posted 29 April 2012

Well, I think TurboForth version 1.2 is pretty much ready for release. Just gonna let it run for a while to see if any bugs shame themselves out.

Bug fixes and other improvements. I think all the *known* bugs are shaken out of it. Also some improvements to the interrupt mechanism (simplification, making it slightly faster) a fixed LEAVE (previous versions...