Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 744 Bytes

BE65

A experiment with MOS 6502 emulation with Python

Motivation

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.

Recommendations

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

Disclaimer

This code was not tested for this upload, it may not work properly.