Ok all;
I am new to picbasic pro and this one is driving me nuts.
I am working with a pic16f88 and attempting to simulate it within mplab ide v7.00. When I even load the simple led blink program, the sim goes into a continious loop within the pause section of the program.
it appears to hang on this section of the pbpic14.lib file
pauseusloop nop ; 1
addwf R0, F ; 1
btfsc STATUS, C ; 1 / 2
goto pauseusloop ; 2 / 0
addwf R0, F ; 1 Do an extra countdown
can someone let me know what I am doing wrong
thanks in advance
Bookmarks