1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

SCP: Add a RUNLIMIT command to bound simulator execution time

This commit is contained in:
Mark Pizzolato
2020-01-08 11:49:22 -08:00
parent 35252369eb
commit 7581b92f9d
5 changed files with 145 additions and 8 deletions

View File

@@ -405,6 +405,7 @@ Device simulator authors can easily schedule their device polling activities to
RUN UNTIL "output-string" ... Establish the specified "output-string" as an EXPECT and run until it is encountered.
GO UNTIL breakpoint Establish the breakpoint specified and go until it is encountered
GO UNTIL "output-string" ... Establish the specified "output-string" as an EXPECT and go until it is encountered.
RUNLIMIT Bound simulator execution time
#### Command Processing Enhancements