simh-testsetgenerator/SDS
Mark Emmer f597da0a98 SDS: Refine Next command for subroutine branch
1. Treat the SBRM SysPOP like the BRM opcode for calling a subroutine.
2. If the -a (atomic) switch is present with a BRM or SBRM instruction, place a breakpoint at EA+1 rather than EA, since the return link is placed at EA (BRM) or at *EA (SBRM) with subroutine execution commencing at EA+1.
2014-04-23 20:51:24 -05:00
..
sds_cpu.c SDS: Refine Next command for subroutine branch 2014-04-23 20:51:24 -05:00
sds_defs.h SDS: Support simulator's new NEXT command to step over subroutine calls 2014-04-17 00:09:11 -05:00
sds_diag.txt Notes For V2.10-4 2011-04-15 08:34:03 -07:00
sds_drm.c Compiler nits for void * assignments from Bob Supnik 2013-09-04 19:50:47 -07:00
sds_dsk.c Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
sds_io.c Merge git://github.com/simh/simh 2014-04-09 22:18:06 -05:00
sds_lp.c Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
sds_mt.c Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries 2013-01-07 12:47:24 -08:00
sds_mux.c SDS: Various fixes to asynchronous communication mux 2014-03-02 22:26:44 -06:00
sds_rad.c SDS: Further refinement to bootstrap from RAD, update SDS documentation 2014-03-17 17:48:59 -06:00
sds_stddev.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
sds_sys.c SDS: Support simulator's new NEXT command to step over subroutine calls 2014-04-17 00:09:11 -05:00