Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 681 Bytes

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: