pcjs/modules/pdp10/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-03-07 14:09:24 -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 Well, apparently the PDP-10 MUL instruction really DOES store the high-order word first, and it only stores the low-order word if the destination is an accumulator (weird) 2017-03-07 14:09:24 -08:00
cpustate.js Added PDP-10 JSP and JFCL operations (which seem to be the simplest means of getting and setting the processor flags) 2017-03-07 13:44:43 -08:00
debugger.js Added PDP-10 JSP and JFCL operations (which seem to be the simplest means of getting and setting the processor flags) 2017-03-07 13:44:43 -08:00
defines.js Added PDP-10 JSP and JFCL operations (which seem to be the simplest means of getting and setting the processor flags) 2017-03-07 13:44:43 -08:00
device.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
memory.js Added initial logic for decoding PDP-10 input-output instructions 2017-03-04 16:47:56 -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 Started work on PDP-10 logical operations 2017-03-03 11:30:34 -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