Skip to content

vaelen/v6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A 6502 emulator written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published