A prompt that takes 6502 assembly and interpretes it. This allow to quickly test if your code beahaves as you though.
Based on the MOS6502 Emulator in C++ project.
Dependencies:
* Linux, MacOS, or any (remotely) POSIX compliant system * xa65 assembler (must be in your PATH) * readline