pcjs/modules/pdp11
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-09-24 16:44:42 -07:00
..
bin Assorted PDP-11 debugger changes 2016-09-19 16:30:08 -07:00
lib Started centralizing the set of UNIBUS addresses, and adopted my first ES6 feature: octal constants (not the old-fashioned unofficial leading-zero kind, but the new "0o" kind); I will still use hex instead of octal whenever I can, but UNIBUS addresses are ALWAYS documented as octal, so I'm giving in.... 2016-09-24 16:44:42 -07:00
README.md More PDP11js name changes 2016-09-06 10:23:01 -07:00

layout title permalink
page PDP-11 Machine Emulation Module (PDP11js) /modules/pdp11/

PDP-11 Machine Emulation Module (PDP11js)

Overview

PDP11js is our PDP-11 machine emulation module. The code is being adapted from the JavaScript PDP 11/70 Emulator (v1.3) written by Paul Nankervis.

PDP11js is currently comprised of the following non-shared components, as listed in package.json (see the pdp11Files property):