Skip to content

TheCalculus/mos6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mos 6502 emulation

an emulation of the MOS Technology 6502 written in pure c
⚠️ this is a very early iteration of the README and is definitely subject to change

install and usage


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

  1. open terminal
  2. run sh build.sh
  3. 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

  1. open cmd / powershell
  2. run build.bat
  3. 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.

references, resources

currently using

About

emulation of MOS Technology 6502

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published