/ProcEmu

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

Primary LanguageC

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