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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user