WIP NES emulator written in rust. This project is being written based on many great resources and tutorials including OneLoneCoder NES Emulator youtube videos, NES Ebook and many others.
First multiplication using assembler here
Running snake game found here
Completed the nes specific instructions by running nestest
and comparing with the nestest log
found here