项目作者: mgmino

项目描述 :
FOrth Real Time implementation for AVR m328p (Arduino)
高级语言: Assembly
项目地址: git://github.com/mgmino/FortAVR.git
创建时间: 2021-02-27T01:29:33Z
项目社区:https://github.com/mgmino/FortAVR

开源协议:

下载


FortAVR

Forth is a virtual machine, a single pass interpreter, and a compiler. It executes a chain of subroutines, called “words” with each word potentially precompiled from other words including itself (recursion). Reverse Polish Notation (RPN) and a data stack are used to support the single pass immediate execution program flow. This simple architecture allows it to be implemented on microcontrollers with limited resources.