-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of a CPU emulator for the "MOS Technology 6502" processor
License
Ace-Krypton/Emulator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Emulator
This code is an implementation of a CPU emulator for the 6502 processor, which was used in a variety of early computers and gaming systems such as the Atari 2600 and the Nintendo Entertainment System.
Features
Emulates the following features of the 6502 processor:
Registers (Accumulator, Stack Pointer, X Register, Y Register, Status Register, Program Counter)
Status flags (Negative, Overflow, Break, Decimal, Interrupt, Zero, Carry)
Instructions (All of them)
Provides a Memory class for managing the memory of the emulated system
Provides a CPU class for emulating the processor
Requirements
A C++ compiler with support for C++20
License
This program is provided under the MIT License. See LICENSE for more information.
About
Implementation of a CPU emulator for the "MOS Technology 6502" processor
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published