Close

Memory successes and problems.

A project log for Arduino 8-bit Computer

An emulated 8-bit computer based on an Arduino.

ryan-gassRyan Gass 06/26/2014 at 18:050 Comments

The emulator  now lets code access the SD card using I/O instructions. One of these instructions tells the Arduino to load a binary file into the emulated memory. This is nice, however the memory array is stored in RAM, so it is very limited in size. I will likely switch to using flash instead.

Discussions