/v6502

A 6502 emulator written in Rust.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

v6502

This package contains an emulator for the 6502 microprocessor.

It doesn't support binary decimal (BCD) mode yet.

To run the debug version: cargo run

To run the release version: cargo run --release

To run tests: cargo test

To build a release version: cargo build --release

The test program writes a zero page memory address 65,536 times, performing a ROR operation on the accumulator between writes.

6502 References: