Emulator for the PDP-11, to allow PDP-11 code to run on x86-based machines. Because why not?
The PDP-11 was a 16-bit minicomputer produced by DEC (Digital Equipment Corporation) during the 1970's. The "mini" part is deceiving -- the actual unit was was about the size of a filing cabinet. For its time is was fairly innovative, inspiring the design of the Intel x86 platform, which most computers today are based on. Notably, it ran the first officially named version of Unix.
This project uses cmake. If you don't know what that is, Google it.
Doing something like cmake .
should generate some build file stuff for
you. Here's a list of dependencies:
Build:
- None yet.
Test:
gtest
-- already included