amforth 2.7 (Default branch) |
|
|
amforth is a Forth distribution for the the
AVR Atmega microcontroller. Once put into flash,
it needs only a serial connection to the host
computer to work interactivly. New words are compiled directly into
flash, thus extending the dictionary immediately.
It provides most of the ANS94 Forth Standard plus extensions. It is written in AVR standard 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 fixes a few bugs and optimizes the
core system slightly. The most notable change in
the library part is the assembler.
|