easy6502
easy6502 copied to clipboard
Addresses are not wrapping within zeropage as they do on a real 6502. When running `LDA ($FF), Y` with Y = 0, the 6502 simulator takes the low byte from...
Is it okay to copy and paste a few things (only as needed) from here for my own projects? I'll credit skilldrick of course if they let me, I am...
I just added a few simple instructions for running the project locally inside the `README.md`. The `Gemfile` could also be added as part of the project, if preferred.