pcjs/modules/pdp10/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-03-01 17:23:54 -08:00
..
bus.js Tested a couple half-word instructions (so far, so good) 2017-02-27 12:25:13 -08:00
computer.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
cpu.js Updated information on PDP timings 2017-02-23 09:02:48 -08:00
cpuops.js Added the PDP-10's four arithmetic flags along with a negate() function -- the first of our functions that actually needs to set those flags 2017-03-01 17:23:54 -08:00
cpustate.js Added the PDP-10's four arithmetic flags along with a negate() function -- the first of our functions that actually needs to set those flags 2017-03-01 17:23:54 -08:00
debugger.js Fixed the accumulator update logic in all the PDP-10 half-word self-mode instructions, and started work on EXCH, BLT, and MOVE instructions (the BLT is a real odd-ball, and SIMH does some very strange things with the accumulator used by BLT, which we do NOT attempt to replicate; the strangeness is most noticeable when the accumulator is part of the range being transferred) 2017-03-01 16:00:48 -08:00
defines.js Added the PDP-10's four arithmetic flags along with a negate() function -- the first of our functions that actually needs to set those flags 2017-03-01 17:23:54 -08:00
device.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
memory.js Tested a couple half-word instructions (so far, so good) 2017-02-27 12:25:13 -08:00
messages.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
nodebugger.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
panel.js Fixed PDP-10 test panel updates 2017-02-24 13:09:46 -08:00
ram.js Added support for PDP-10 RAM images 2017-02-26 20:37:16 -08:00
rom.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
serial.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00