Emulated 8-bit CPU of my own design running on Arduino Nano + LCD Shield 1602A D1 ROBOT + 4x4 Keypad

Published: 25 October 2022
on channel: Monkey see, monkey do
341
16

I wanted to create a stand alone development environment capable
of writing tiny software in machine codes without a need of referencing
any external materials like opcode or ASCII tables.

We have 1k of RAM, 1k of EEPROM, can load/save data from/to EEPROM
and serial port, do LCD controls like defining user graphics to create sprites.

CMK Computer 2:
https://github.com/maksimKorzh/cmk-co...

Try it online under the emulator:
https://maksimkorzh.github.io/cmk-com...