Skip to content

irmen/ksim68k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m68k cpu simulator

Uses the Musashi C library via git submodules, so after cloning the repository issue:

$ git submodule init
$ git submodule update

Simulates Motorola 68000 / 68010 / 68020 / 68030 / 68040 CPU.

For now, we have a Python and a Kotlin/JVM version available.