VahidHeidari / ProcEmu

ProcEmu (Processor Emulator) is a simple emulator frame work for some famous processors and architectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction:

ProcEmu (Processor Emulator) is a simple emulator frame work for some famous processors and architectures.

How To Build:

The build system is based on CMAKE. You must download and install CMAKE from www.cmake.org. For building the project, go to project root directory and type below commands:

mkdir bin
cd bin
cmake ..
make

About

ProcEmu (Processor Emulator) is a simple emulator frame work for some famous processors and architectures


Languages

Language:C 61.7%Language:CMake 38.3%