README: Add new SLEEP command description
This commit is contained in:
parent
6e4d315c77
commit
e2944eb6e0
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ The EXPECT command now exists to provide a means of reacting to simulator output
|
||||||
NEXT Step across a subroutine call or step a single instruction.
|
NEXT Step across a subroutine call or step a single instruction.
|
||||||
EXPECT React to output produced by a simulated system
|
EXPECT React to output produced by a simulated system
|
||||||
SEND Inject input to a simulated system's console
|
SEND Inject input to a simulated system's console
|
||||||
|
SLEEP time Pause command execution for specified time
|
||||||
SCREENSHOT Snapshot the current video display window
|
SCREENSHOT Snapshot the current video display window
|
||||||
RUN UNTIL breakpoint Establish the breakpoiunt specified and run until it is encountered
|
RUN UNTIL breakpoint Establish the breakpoiunt specified and run until it is encountered
|
||||||
RUN UNTIL "output-string" ... Establish the specified "output-string" as an EXPECT and run until it is encountered.
|
RUN UNTIL "output-string" ... Establish the specified "output-string" as an EXPECT and run until it is encountered.
|
||||||
|
|
Loading…
Add table
Reference in a new issue