1
0
mirror of https://github.com/simh/simh.git synced 2026-02-19 13:56:42 +00:00
Files
simh.simh/sim_defs.h
Mark Pizzolato 2c2ffe39bf Remote Console: Restructured so that commands are not executed within the sim_instr() routine.
This approach removes the burden from any simulator code to perform instruction execution postlude before calling sim_process_event and prelude activites when sim_process_event returns.

Remote Console commands are now executed from the same simulator context as if entered from the initial sim> prompt.
2015-02-15 11:00:01 -08:00

78 KiB