simh-testsetgenerator/PDP11
Mark Pizzolato 3519c6c74b PDP11: Added support for PC values to be displayed in debug output.
This required a simulator specific implementation since the PDP11 PC register isn't stored in a normal memory location.  It is loaded from a temporary location upon simulator instruction execution startup (and saved to that location when instuction execution stops).  In order to reference the PC value while executing instructions (for debug output), this extended access model is required.
2013-11-17 08:55:29 -08:00
..
lunar11 DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt 2013-10-16 01:02:12 -07:00
pdp11_cis.c Merge latest from Bob Supnik 2013-10-12 13:33:01 -07:00
pdp11_cpu.c PDP11: Added support for PC values to be displayed in debug output. 2013-11-17 08:55:29 -08:00
pdp11_cpumod.c Fix bug in PDP11 SET CPU <model> which inadvertently disabled some devices improperly. - Bob Supnik 2013-06-07 18:20:59 -07:00
pdp11_cpumod.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_cr.c Fix CR builds 2013-07-08 07:22:29 -04:00
pdp11_cr_dat.h PDP-10 update: CD20 2013-07-05 00:16:11 -04:00
pdp11_dc.c PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. 2013-10-23 07:50:39 -07:00
pdp11_ddcmp.h Added needed DUP interfaces to allow use by KMC11/KDP. 2013-06-02 13:19:23 -07:00
pdp11_defs.h PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_dl.c PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. 2013-10-23 07:50:39 -07:00
pdp11_dmc.c Remove stray tab characters which crept in over time 2013-06-03 06:29:01 -07:00
pdp11_dmc.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_dup.c Added missing STRSYN from DDCMP dup setup 2013-06-02 16:08:06 -07:00
pdp11_dup.h Added needed DUP interfaces to allow use by KMC11/KDP. 2013-06-02 13:19:23 -07:00
pdp11_dz.c SHOW IOSPACE, again 2013-07-11 15:39:15 -04:00
pdp11_fp.c Remove stray tab characters which crept in over time 2013-06-03 06:29:01 -07:00
pdp11_hk.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_io.c PDP-11/VAX Update: NPR to/from IO Space 2013-07-05 00:48:10 -04:00
pdp11_io_lib.c PDP11/VAX: Properly display the device interrupt BR level for Qbus and Unibus devices in SHOW IOSPACE output 2013-11-04 12:55:08 -08:00
pdp11_io_lib.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_ke.c Compiler warning cleanup 2013-11-05 16:42:17 -08:00
pdp11_kg.c PDP11: Added help to KE, KG, RF, TA, TC and TM devices. Fixed DECtape documentation. 2013-09-09 05:36:17 -07:00
pdp11_lp.c Adding more device help 2013-02-05 04:41:48 -08:00
pdp11_mscp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_pclk.c Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
pdp11_pt.c Another typo 2013-02-06 17:48:43 -08:00
pdp11_rc.c Compiler nits for void * assignments from Bob Supnik 2013-09-04 19:50:47 -07:00
pdp11_rf.c Compiler warning cleanup 2013-11-05 16:42:17 -08:00
pdp11_rh.c PDP11: Fix DL help attach regression and missing SHOW IOSPACE details 2013-10-02 08:37:09 -07:00
pdp11_rk.c PDP11: Added missing pdp11_rk boot setup from Bob Supnik 2013-11-10 09:19:01 -08:00
pdp11_rl.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_rp.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_rq.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_rs.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_rx.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_ry.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_stddev.c PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. 2013-10-23 07:50:39 -07:00
pdp11_sys.c DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt 2013-10-16 01:02:12 -07:00
pdp11_ta.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_tc.c Compiler warning cleanup 2013-11-05 16:42:17 -08:00
pdp11_tm.c Compiler warning cleanup 2013-11-05 16:42:17 -08:00
pdp11_tq.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_ts.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_tu.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_uqssp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_vh.c SHOW IOSPACE, again 2013-07-11 15:39:15 -04:00
pdp11_vt.c DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt 2013-10-16 01:02:12 -07:00
pdp11_xq.c PDP11: XQ Device is now bootable on a Qbus PDP11 simulator. The ROM based Citizenship tests now pass. 2013-11-16 18:13:09 -08:00
pdp11_xq.h PDP11: XQ Device is now bootable on a Qbus PDP11 simulator. The ROM based Citizenship tests now pass. 2013-11-16 18:13:09 -08:00
pdp11_xq_bootrom.h PDP11: XQ Device is now bootable on a Qbus PDP11 simulator. The ROM based Citizenship tests now pass. 2013-11-16 18:13:09 -08:00
pdp11_xu.c PDP11: Fix DL help attach regression and missing SHOW IOSPACE details 2013-10-02 08:37:09 -07:00
pdp11_xu.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
txt2cbn.c Notes For V3.6-0 2011-04-15 08:35:15 -07:00