amforth 2.4 (Default branch) |
|
|
Wednesday October 10, 2007. 09:44 PM FreshMeat
amforth is an embedded Forth distribution for the the
AVR Atmega microcontroller. Once put into flash,
it needs only a serial connection to the host
computer. New words are compiled directly into
flash, thus extending the dictionary immediately.
It provides most of the ANS94 Forth CORE plus some extensions. It is written in assembly language and Forth itself. The main development uses Atmega8 and Atmega32 controllers; other Atmega controllers work with small adjustments.
License: GNU General Public License (GPL)
Changes:
This release adds support for the ATmega128 controller. Other changes include a lot of fine-tuning and some new words in the dictionary.
|