This blog is intended to document my effort toward the making a product of the Z79Forth concept. Back in January 2019, I started assembling a single board computer based on a very simple architecture. I targeted the Hitachi HD6309E, an evolution of the original Motorola MC6809E micro-processor and proceeded to develop a fully functional 8 bit computer. The basic hardware development process took about a month of off work of my time. Like any other computer creation project, you have to start with the essentials: power, clocking, address decoding, essential I/Os, RAM and something that resembles a BIOS. From a hardware standpoint, the original feature list was as follows: 8 KB EEPROM for resident software (a Forth 79 standard sub-set). 32 KB SRAM, possibly extensible through an extension connector. Asynchronous serial communications. From the very beginning, this was based on the HD63B50 ACIA (Asynchronous Communication Interface Adapter) coupled to an USB adapter for interactivity with...