# CS 400 MLP Project Repository ## Project Name: `SLS6502 Computer Emulator` ## Members: James Ngo - jameshn@bu.edu William Wei - willwei@bu.edu Ben Badnani - bbadnani@bu.edu Ryan Velez - ryanv249@bu.edu ## Brief Description: 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. ## Running the emulator: 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'.