A 6502 processor emulator written in Dart and Flutter

6502 Emulator in Dart

The 6502 Emulator in Dart is an implementation of a 6502 emulator written in the Dart programming language. This emulator is a port of the original "6502 emulator in C++" created by Javidx9. The project aims to provide a functional and efficient emulation of the 6502 processor architecture using Dart.

Processor Architecture:

Emulates the 6502 processor architecture, a popular 8-bit microprocessor.

Ported from C++ Implementation:

A direct port of the "6502 emulator in C++" created by Javidx9.