Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 396 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 396 Bytes

Nespresso

This project is mainly to learn go and to learn more about CPU architecture. My aim is to implement a functioning 6502 processor. Given enough time it might even become a basic but working NES emulator.

The idea for this project came from https://github.com/scottferg/Fergulator. I've written all the code myself (no copy pasta), but a lot of the idea's come from his code.