amforth 2.6 (Default branch) |
|
|
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 a few more microcontroller specific words. Some minor bugs are fixed.
|