pcjs/modules/pdp10
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-04-05 12:38:36 -07:00
..
lib Fixed how index operands are assembled into PDP-10 instructions, which was an unexpectedly convoluted process (they are NOT masked to 4 bits, shifted left 18 bits, and OR'ed into the opcode; instead, they are computed as a 36-bit value whose left and right 18-bit halves are swapped and then ADDED to the opcode, which means that an instruction encoded with indexing may not end up using indexing at all, depending on where all those bits fall) 2017-04-05 12:38:36 -07:00
README.md Cleaned up the expression parser, fixed some PDP-10 evaluation errors, and added support unary minus 2017-03-16 10:30:56 -07:00

layout title permalink
page PDPjs Support for PDP-10 Machines /modules/pdp10/

PDPjs Support for PDP-10 Machines

Overview

This PDPjs module for PDP-10 Machines was added to the PCjs Project in 2017.

The module is currently comprised of the following components, as listed in package.json (see the pdp10Files property):