1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-12 11:07:37 +00:00
Files
open-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