#emulator #no-std #6502

no-std fast6502

WIP Fast and accurate 6502 emulator

1 unstable release

0.1.0 Aug 15, 2023

#257 in Emulators

MIT/Apache

7KB

*This project is currently in very early development.

fast6502

This project aims to provide a fast and accurate processor emulator of the 6502 which can be used to implement emulators of systems using the 6502 or otherwise run programs written for the 6502.

This project aims to be easy to use and minimal dependencies, ideally not even the standard library. It will also be provided under the same permissive dual license as the Rust project to make it easy to integrate into any project.

The hope is that one day this will be the best 6502 emulator library out there.

No runtime deps