From e2944eb6e010a85db8117f1bb59f35251c06b4ec Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 7 Nov 2017 13:09:44 -0800 Subject: [PATCH] README: Add new SLEEP command description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98dafabc..8db50c73 100644 --- a/README.md +++ b/README.md @@ -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. EXPECT React to output produced by a simulated system SEND Inject input to a simulated system's console + SLEEP time Pause command execution for specified time SCREENSHOT Snapshot the current video display window 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.