Crates.io | lib6502 |
lib.rs | lib6502 |
version | 0.2.2 |
source | src |
created_at | 2024-05-13 11:24:09.671407 |
updated_at | 2024-05-25 20:20:39.10736 |
description | An experimental 6502 emulation library |
homepage | |
repository | https://github.com/drewwalton19216801/lib6502 |
max_upload_size | |
id | 1238301 |
size | 81,640 |
It's an experimental 6502 emulation library written in Rust.
Because I thought it would be fun, I was also inspired by Ben Eater's excellent 6502 video series. Originally I had wanted to create a breadboard computer, but realized that I didn't have the extra cash for things like logic analyzers or oscilloscopes. Besides, emulating in software gives me flexibility to create whatever hardware I want!
I don't know why you would want to build just this, but:
cargo build
cargo test
Coming soon.
NesDev CPU wiki - Fantastic resource for 6502 information, specifically the NES version of the 6502.
mass:werk 6502 tools - A fully functional 6502 CPU emulator, assembler, and disassembler, as well as a great resource for 6502 instruction set internals