TinyBASIC on 8080 emulator on Arduino
No problem, really.
Take an Arduino Uno.
Use an emulator from Altair8800 emulator (under GPLv2). Not the whole code, just CPU emulation.
Our HAL - Hardware Abstraction Layer can be really simple. My "virtual machine" has a 4kB ROM, mapped in 0x0000-0x0fff (PROGMEM) and an 1 kB RAM, mapped in 0x1000-0x13ff. You can resize RAM up to cca 1.5 kB)
Virtual 8080 p…
Keep reading with a 7-day free trial
Subscribe to Kladu odpory to keep reading this post and get 7 days of free access to the full post archives.