pcjs/versions/pdpjs/1.34.3
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-04-05 12:38:36 -07:00
..
common.css Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
common.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
components.css Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
components.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
document.css Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
document.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
machine.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
manifest.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
outline.xsl Starting work on v1.34.3 2017-03-21 14:32:50 -07:00
pdp10-dbg.js 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
pdp10.js Fixed the PDP-10 BLT instruction 2017-04-05 11:32:16 -07:00
pdp11-dbg.js Fixed the PDP-10 BLT instruction 2017-04-05 11:32:16 -07:00
pdp11.js Added a few PDP-10 byte pointer fixes, along with the ability to pass MACRO-10 text directly into the MACRO-10 assembler (use the Debugger's "as" command) 2017-04-04 10:42:41 -07:00