Ardence Embedded OEM Development Platform Ardence, a Citrix Company, has embedded solutions that include RTX, ETS and ReadyOn. RTX is a real-time solution that enhances the control of Windows®, providing greater flexibility and reliability. ETS is the smallest-footprint Win32 real-time operating system in the market, and ReadyOn provides instant-on functionality for Windows® devices.
amforth: atmega forth
amforth is a compact forth interpreter and compiler for the atmel avr atmega micro controller family.
It is implemented in assembly language and forth itself.
It is an interactive system runnung completly on the controller.
It does not need additional hardware beyond a power supply.
A (serial) terminal is a nice to have ;=) amforth is published under the GNU Public License v2 (GPL). amforth implements an ans94 stylish indirect...
preview:
http://amforth.sourceforge.net
project
Gforth Manual
The goal of the Gforth Project is to develop a standard model for ANS Forth.
This can be split into several subgoals: Gforth should conform to the ANS Forth Standard.
It should be a model, i.e. it should define all the implementation-dependent things.
It should become standard, i.e. widely accepted and used.
This goal is the most difficult one. To achieve these goals Gforth should be Similar to previous models (fig-Forth, F83)...
preview:
http://www.complang.tuwien.ac.at
project
Portable Forth Environment
The Portable Forth Environment (PFE) is based on the ANSI Standard for Forth.
The PFE has been created by Dirk-Uwe Zoller and had been maintained up to the 0.9.x versions (1993-1995). Tektronix has adopted the PFE package in 1998 and made a number of extensions.
It is now fully multithreaded and it features a module system.
You can load additional C objects at runtime to extend the Forth dictionary.
It is best targeted for embedded...
preview:
http://pfe.sourceforge.net
Microsoft Windows Embedded - Try it free!
paper
Simple FORTH
Rudiments of a Programming Language 2 January 2004 + Lesson: 0. What is Simple Forth ? 1. The Forth Programmer Interface 2. Forth in One Sentence 3. 'The Stack' .S DROP 4. The Dictionary WORDS SEE 5. Adding to the Dictionary : ; \ 6. Forth Arithmetic 1 + - * / 7. Forth Arithmetic 2 /MOD MOD . 8. Forth Arithmetic 3 1+ 1- ABS NEGATE MAX MIN */ */MOD 9. Managing the Stack 1 DEPTH 10. Managing the Stack 2 DUP ?DUP SWAP OVER ROT...
preview:
http://www.albany.netdate: 1/1/2004
paper
The Evolution of Forth
Forth is unique among programming languages in that its development and proliferation has been a grass-roots effort unsupported by any major corporate or academic sponsors.
preview:
http://www.forth.com
organization
FIG - Forth UK Interest Group
People have often dreamed of programming computers with a natural language such as English, but the problem of ambiguity remains insuperable.
Forth, like English, is made up of words separated by spaces but it has a simpler syntax, made possible by the use of a stack.
preview:
http://www.figuk.plus.com
organization
Forth Interest Group
One of the primary WWW sites uniquely devoted to Forth.
The Forth Interest Group (FIG)is a world-wide, non-profit, member-supported organization with over 1,000 members and 20 chapters.Literature, applications, software, and other resources.
A must surf if you are interested in Forth.
preview:
http://www.forth.org
µC/FS is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µC/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility.
It is written in ANSI C and can be used on any CPU.