pcjs/modules/pdp11/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-10-13 13:11:11 -07:00
..
bus.js Switching to new interrupt triggers 2016-10-12 16:40:47 -07:00
computer.js Added preliminary LED support 2016-10-11 10:20:39 -07:00
cpu.js Switched interrupt management to a new set of Trigger functions and static Trigger objects, eliminating the old InterruptQueue of constantly created/destroyed InterruptEvents 2016-10-13 10:20:11 -07:00
cpuops.js In the spirit of the PCx86 Debugger, the PDP11 Debugger can now distinguish between virtual and physical addresses; physical addresses are specified with a leading '%'; this necessitated special CPU memory interfaces that mirror the Bus memory interfaces, which perform mapVirtualToPhysical() as needed, with traps disabled. 2016-10-13 13:11:11 -07:00
cpustate.js In the spirit of the PCx86 Debugger, the PDP11 Debugger can now distinguish between virtual and physical addresses; physical addresses are specified with a leading '%'; this necessitated special CPU memory interfaces that mirror the Bus memory interfaces, which perform mapVirtualToPhysical() as needed, with traps disabled. 2016-10-13 13:11:11 -07:00
debugger.js In the spirit of the PCx86 Debugger, the PDP11 Debugger can now distinguish between virtual and physical addresses; physical addresses are specified with a leading '%'; this necessitated special CPU memory interfaces that mirror the Bus memory interfaces, which perform mapVirtualToPhysical() as needed, with traps disabled. 2016-10-13 13:11:11 -07:00
defines.js Switched interrupt management to a new set of Trigger functions and static Trigger objects, eliminating the old InterruptQueue of constantly created/destroyed InterruptEvents 2016-10-13 10:20:11 -07:00
device.js Switching to new interrupt triggers 2016-10-12 16:40:47 -07:00
keyboard.js Added preliminary LED support 2016-10-11 10:20:39 -07:00
memory.js Version number update 2016-10-10 18:19:17 -07:00
messages.js Version number update 2016-10-10 18:19:17 -07:00
nodebugger.js Version number update 2016-10-10 18:19:17 -07:00
panel.js Added preliminary LED support 2016-10-11 10:20:39 -07:00
ram.js Version number update 2016-10-10 18:19:17 -07:00
rk11.js Version number update 2016-10-10 18:19:17 -07:00
rom.js Version number update 2016-10-10 18:19:17 -07:00
serialport.js Resolved a problem with the original timer implementation, where a call to setTimer() made in the middle of a CPU burst would not properly account for cycles already executed as part of the current burst 2016-10-12 22:08:45 -07:00