English
Language : 

M68ICS05C Datasheet, PDF (208/250 Pages) –
DEBUGGING COMMAND SET
WAIT
Wait for n Cycles
The WAIT command delays simulator command execution by the specified number of cycles.
This command is used in MACRO files to control when inputs come into the simulator. If a
WAIT command is encountered, control is passed back to the keyboard. Then the macro file
execution waits for a command to be entered such as GO or STEP, which starts MCU execution
once again. As soon as the number of cycles that pass is equal to the <n> value of the WAIT
command, the simulator resumes executing commands of the macro file until another WAIT is
encountered or the two mentioned conditions happens again.
Syntax:
WAIT <n>
where:
<n>
The hexadecimal number of cycles to wait.
Example:
WAIT A
Delay command execution for 10 MCU cycles.
7-92
M68ICS05COM/D