pcjs/modules/pdp11/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-11-14 20:10:18 -08:00
..
bus.js Added more PDP-11 diagnostic tapes 2016-11-13 17:44:28 -08:00
computer.js Limit CPU display updates to a reasonable number (ie, twice per second) 2016-11-14 20:10:18 -08:00
cpu.js Limit CPU display updates to a reasonable number (ie, twice per second) 2016-11-14 20:10:18 -08:00
cpuops.js Leave the DATA display register alone on the 11/70 (making it more diagnostic-friendly) 2016-11-14 15:27:55 -08:00
cpustate.js Leave the DATA display register alone on the 11/70 (making it more diagnostic-friendly) 2016-11-14 15:27:55 -08:00
debugger.js Fixed RTI on older PDP-11s (ie, 11/20); the old RTI behaves like the new RTT, which did not exist on older machines 2016-11-13 21:17:46 -08:00
defines.js Leave the DATA display register alone on the 11/70 (making it more diagnostic-friendly) 2016-11-14 15:27:55 -08:00
device.js DEC's "TRAP TEST" finally passes (and I learned a lot about PDP-11 opcode idiosyncrasies in the process) 2016-11-12 12:54:13 -08:00
disk.js Lots of work to try to bring the new RL11 component up to snuff 2016-10-29 11:32:31 -07:00
keyboard.js Fixed the components.xsl for PDPjs machines, and added more instructions, resource links, etc, for the PDP-11 demo machines 2016-10-20 15:16:22 -07:00
memory.js Memory can now be explicitly "zeroed" with any byte pattern (but the default is still zero); note that memory blocks are still always zero-initialized when first created 2016-11-03 15:50:19 -07:00
messages.js Fixed ASRB and RORB instructions, added a new dump command ("ds"), and fixed timer function initialization 2016-11-10 06:10:54 -08:00
nodebugger.js Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
panel.js Limit CPU display updates to a reasonable number (ie, twice per second) 2016-11-14 20:10:18 -08:00
pc11.js Used finish instead of done for "finishing" methods 2016-11-14 16:48:49 -08:00
ram.js Used finish instead of done for "finishing" methods 2016-11-14 16:48:49 -08:00
rl11.js Used finish instead of done for "finishing" methods 2016-11-14 16:48:49 -08:00
rom.js Used finish instead of done for "finishing" methods 2016-11-14 16:48:49 -08:00
serialport.js Updated start address for the DEQKC 11/70 test 2016-11-14 10:44:24 -08:00