There is a new release of FISH Forth software that now includes LPC812 support and LPC1114 support. FISH_NXP_M0_PubRel_v1.3.zip. I will be announcing some new hardware to go with this software over the next week. Update: The new hardware is here.
Directions for downloading the code into any NXP processor (only some of them will work) can be found at loading FISH and other LPC1114 information.
V1.4 can be found here.
Engineering is the art of making what you want from what you can get at a profit.
Sunday, April 27, 2014
Subscribe to:
Post Comments (Atom)
Multiple Line comments and better performance interpreting and compiling are features of this release.
ReplyDeleteThe glossary is modernized by an emphasis on including example usage of many elementary words.
ReplyDeleteA turnkey word and FLASH_SAVE are standard.
See the v1.3 glossary!
WORDS seems to group words by classes and supports a header comment. How is this neat feature implemented?
ReplyDeleteThe WORDCAT feature simply creates a NFA with embedded cr/lf for formatiing these as a new group of words under this named category. With a standard LFA it can be placed in a standard dictionary.
DeleteWith a WORDCAT definition starting with a cr/lf's sequence normal dictionary search will never find/execute these words.
Test to see if adding a comment is different that a reply!
ReplyDelete