Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 382 Bytes

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.