#Retroputer #fpga is successfully running the init portion of Retroputer BASIC. Welcome text and "READY." are getting successfully printed to both the console and screen memory (at 0x10000).
Retroputer doesn't use ascii — it has its own graphical symbols above 0x7F, so console output isn't ideal. Also not handling escape sequences correctly on the console.
Next up: wire up the serial input to simulate a keyboard and see if it can actually run BASIC programs... may need more math support tho.


