Simulator Pause problem or just me?

piglet74

New Member
I'm simulating an 08M.
Code:
init:
high 0

main:
pause 32768
toggle 0
goto main
When I use the pause value above it appears to not pause at all. However if I put in 32767 I get the long (30 sec) pause I would expect. I thought the pause command could accept upwards of 65000 ms. Am I missing something? I haven't tried it on an actual 08M yet. They're in the mail. Thanks, Rob.
 
Last edited:

kevrus

New Member
I tried it in the simulator and got the same results, not just on the 08m, but the 14m and 18x, but when I loaded onto an actual 08m chip it does run ok, giving correct delays.
 
Last edited:

piglet74

New Member
Great thanks! My 08Ms just got in today so I'm getting ready to load the real code onto one. Glad it works. Thanks again, Rob.
 
Top