Skip to content

davecheney/cpp11

Repository files navigation

cpp11

A port of my pdp11 / avr11 PDP-11 simulator to good old C++.

Building

make && ./build/avr11 rk0

License

This work derives from Julius Schmidt's pdp11 Javascript simulator licenced under WTFPL, as such this work is also WTFPL licenced.

This work is also informed by Paul Nankervis's PDP11/70 simulator.