steps 640 src/simh/sim_console.c int32 steps = 0; steps 918 src/simh/sim_console.c steps = 1; /* default of 1 instruction */ steps 925 src/simh/sim_console.c steps = (int32) get_uint (gbuf, 10, INT_MAX, &stat); steps 926 src/simh/sim_console.c if ((stat != SCPE_OK) || (steps <= 0)) /* error? */ steps 1019 src/simh/sim_console.c if (steps) steps 1020 src/simh/sim_console.c sim_activate(uptr, steps); /* check again after 'steps' instructions */