This program simulates a 6502 processor.
The build script makes an executable for Linux.
You need make and clang (optionaly it can be built with gcc).
To build and run the executable, navigate to the source directory and run
make
To remove the executable run
make clean
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.