<code>
portb = 0
start:
pulsout portb.0,120
pause 1000
pulsout portb.1,147
pause 1000
pulsout portb.0,150
pause 1000
pulsout portb.1,140
pause 1000
</code>
when i try this it works, but when i add another pulsout command and pause, it do not do what i want. Is this affects the clock cycle? i used a 4MHz xt, and a pic16f84a. anyone knows this?
Bookmarks