Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcoonrod/mini-6502-remu

6502 Emulator
https://github.com/gcoonrod/mini-6502-remu

Last synced: about 2 months ago
JSON representation

6502 Emulator

Awesome Lists containing this project

README

        

# Mini 6502 REMU

A 6502 emulator project written in Rust as a learning exercise.

## TODOs

- Add Operations
- Figure out how to structure them
- How to handle addressing modes
- Add CPU cycle correct operation
- Add Address decoding logic
- Add Data and Address buses
- Add Control signals