an emulation of the MOS Technology 6502 written in pure c
for installing on macos / unix-like systems
NOTE: build.sh
will be added in a later commit. if you do not see this yet, try building manually
- open terminal
- run
sh build.sh
- run the output executable with
./6502emulator
if the program fails to compile, it may be because you do not have a supported compiler installed. try building manually.
for installing on windows systems
NOTE: build.bat
will be added in a later commit. if you do not see this yet, try building manually
- open cmd / powershell
- run
build.bat
- run the output executable with
6502emulator
the emulator is planned to be implemented with chasm
(here, if it is ever usable) so that it can be run on the web. why? because i do not want to make an application / gui for the emulator.