steps 649 src/simh/sim_console.c int32 steps = 0; steps 937 src/simh/sim_console.c steps = 1; /* default of 1 instruction */ steps 944 src/simh/sim_console.c steps = (int32) get_uint (gbuf, 10, INT_MAX, &stat); steps 945 src/simh/sim_console.c if ((stat != SCPE_OK) || (steps <= 0)) /* error? */ steps 1038 src/simh/sim_console.c if (steps) steps 1039 src/simh/sim_console.c sim_activate(uptr, steps); /* check again after 'steps' instructions */