Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gcoonrod/mini-6502-remu
- Owner: gcoonrod
- Created: 2023-07-26T20:54:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T20:55:55.000Z (over 1 year ago)
- Last Synced: 2023-08-07T05:22:36.126Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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