SLS6502 Computer Emulator
James Ngo - jameshn@bu.edu William Wei - willwei@bu.edu Ben Badnani - bbadnani@bu.edu Ryan Velez - ryanv249@bu.edu
In this project, we will be creating a fully interactable SLS 6502 computer emulator. It will have a variety of features, including a visualization of the way the computer functions, and the abillity to program instructions straight into the computer itself.
To run the emulator, in the src directory, run 'make test'. Now simply run the executable 'testprogram' with the binary image of your choice, i.e., './testprogram test_opcodes.img'.