davecheney / cpp11

Yet another port of my PDP11 simulator

Home Page:http://dave.cheney.net/projects/avr11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Yet another port of my PDP11 simulator

http://dave.cheney.net/projects/avr11


Languages

Language:C++ 95.4%Language:C 2.6%Language:Makefile 1.4%Language:CMake 0.6%