Skip to content
/ 6502 Public

A 6502 Microprocessor (accurately W65C02S) Simulator.

License

Notifications You must be signed in to change notification settings

IshantRam/6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOS 6502

This is my C++ implementation of the 6502 Microprocessor, accuretly W65C02S which is a modern version of 6502. This implemention is reusable in varity of things one of them could be in NES Emulation and much more. The example shows how acuurate it is to the real world 6502 and its potential what it can do. The code is well written and commented it mentions work of each variable and Function.

Build Example

  • To compile
make
  • To run
make run
  • To delete compiled binary
make clean

Resources

About

A 6502 Microprocessor (accurately W65C02S) Simulator.

Topics

Resources

License

Stars

Watchers

Forks