Skip to content

luiszun/LuinuxCPU_Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuinixCPU_Emulator

This is an emulator implemented for the Luinux CPU architecture. Defined as a mock/educational CPU, and described in the Monkey See Monkey Code texts.

This project uses CMake.

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

NOTE: clang hits this problem with C++20, so we C++17 is being specified google/googletest#3659

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published