A experiment with MOS 6502 emulation with Python
This code was originally written in 2021 inspired by the videos of Ben Eater on the 6502 micro-processor, that's why the name: Ben Eater 6502 -> BE65
.
There is a couple ou programs that were used to help development, maybe try then:
- vasm - Simple and effective Assembler for the 6502 family
- 6502 EhBASIC - EhBASIC port for the 6502 family
- Poetry - This is necessary to install the project
This code was not tested for this upload, it may not work properly.