|
Topview SimulatorProgram ExecutionDuring execution, all the windows of clearview can be updated according to the time interval set by yourself. Benefit: You can know the status of your program at any point of time. Breakpoint execution can be based on the registers, internal Data Memory, Flags, external Data Memory and memory bit status.
The breakpoint conditions are displayed in the status bar for your reference. Usually the breakpoints are based on the PC contents. But in the Topview Simulator, facility is there to use other information as the breakpoint conditions. After every execution (break point or full speed) the address at which the execution stops/breaks will be highlighted and all the windows are refreshed with the new information. The changes are indicated in a different color to draw your attention. Benefit: If you stop program execution when the microcontroller hangs up, you can find out where exactly your program flow stays still. Useful handy feature for your program development. Different options are available in single step execution:
Useful timing analysis is available to calculate program execution time and machine cycles of the target program are accumulated and displayed for your reference.
Benefit: Accurate timing information about the program execution can be obtained for critical operations. For an example, you can accurately define delay routines.
|
|