A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
AVRForth
29. January 2009 - 20:40 — admin
A 16-bit subroutine threaded forth kernel for atmel's AVR.
FORTH is one of my favorite language for cca 20 years. It was the second language I've learned and I'm a big FORTH lover...
AVRFORTH is an interpreter by Dan Krüe (I hope this is his real name) targetted to 16bits AVR. It's not a full FORTH system (compiling must be done explicit by a '[' word), but it's really interesting - it has a built-in assembler, or it compiles directly into the FLASH memory... And, last but not least, it's public domain.