The GOTOCYCLE command executes the program in the simulator beginning at the address in the program counter (PC). Execution continues until the cycle counter is equal to or greater than the specified value, until a key or the Stop button on the toolbar is pressed, until it reaches a break point, or until an error occurs.
>gdi GOTOCYCLE <n>
Where: <n> Cycle-counter value at which the execution stops
>gdi GOTOCYCLE 100
Execute the program until the cycle counter equals 100.