1
0
mirror of https://github.com/simh/simh.git synced 2026-02-17 04:58:14 +00:00
Files
simh.simh/SDS/sds_defs.h
Mark Emmer 396e78cb26 SDS: Allow specifying breakpoints as being in monitor, user or normal mode only
Breakpoint logic now allows four execution-type breakpoints:
 -E  as before, break if PC equals address, unqualified by mode
 -M break if PC equals address and machine is in monitor mode
 -N break if PC equals address and machine is in normal (SDS 930) mode
 -U break if PC equals address and machine is in user mode
2014-03-02 22:47:39 -06:00

20 KiB