This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RESET function in Simulator

I experience strange behavior with my breakpoints when I press the RST toolbar button during simulation. After pressing RST all the breakpoints are active but the user functions or simulator commands they are supposed to call are never called. For instance I have a breakpoint defined as:

bs \main\main, 1, "MAP 000000H, 0001FFH READ EXEC"
This executes fine when the simulator is started. However when I press RST (or type RESET on the command line), the simulator acts as if the breakpoint is defined as:
bs \main\main
breaking at this location rather than executing the MAP command and continuing.

Can anyone tell me what is happening?

Thanks,
Barry