Skip to content

Xaristrike/pal6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A softcore processor

This program simulates a 6502 processor.

The build script makes an executable for Linux.

Prerequisites

You need make and clang (optionaly it can be built with gcc).

Building

To build and run the executable, navigate to the source directory and run

make

To remove the executable run

make clean

It is still incomplete

More information

Originally written in 2022, palCPU had a different name and was meant to be a debugging tool.

Then it turned in an emulator.

And now i decided to make it open-source.

About

A short program that simulates a 6502 CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published