cpp11 icon indicating copy to clipboard operation
cpp11 copied to clipboard

Yet another port of my PDP11 simulator

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.