avatar of cascas
20.03.2020

Moderner Home-Computer aus 5 Chips (und Forth)

Im Blog-Artikel "Build This 8-Bit Home Computer With Just 5 Chips" beschreibt Matt Sarnoff einen Selbstbaucomputer rund um eine 8-bit ATmega1284 CPU.

https://spectrum.ieee.org/geek-life/hands-on/build-this-8bit-home-computer-with-just-5-chips

 >> Consequently, I needed a lightweight programming environment for users, which led me to
 choose Forth over the traditional Basic. Forth is an old language for embedded systems, and
 it has the nice feature of being both interactive and capable of efficient compilation of
 code. You can do a lot in a very small amount of space.  <<

Das Forth ist in C geschrieben und befindet sich unter

https://github.com/74hc595/Amethyst/tree/master/apps/forth