6502 icon indicating copy to clipboard operation
6502 copied to clipboard

6502 Emulator

Results 3 6502 issues
Sort by recently updated
recently updated
newest added

[Valgrind](https://valgrind.org/) is a too that provides a number of debugging and profiling tools that help you make your programs faster and more correct. The most popular of these tools is...

enhancement
help wanted

We need to add the decimal mode to this emulator. http://www.6502.org/tutorials/decimal_mode.html

enhancement

Following the 6502 spec, there is a bug in architecture when `indirect` addressing mode is used. Not sure if this thing affects all the `indirect` addressing like `indirect, x` and...

enhancement
good first issue