CYCLES Command

The CYCLES command changes the value of the cycles counter. The cycles counter counts the number of the processor cycles that have passed during execution. The Cycles Window shows the cycle counter. The cycle count can be useful for timing procedures.

Syntax
  >gdi CYCLES <n> 

Where: <n> Integer value for the cycles counter

Examples
  >gdi CYCLES 0  

Reset cycles counter

  >gdi CYCLES 1000  

Set cycle counter to 1000.