PDA

View Full Version : PIC16F84A - Quick question



samuelbarber
- 29th June 2005, 09:39
Gday, was wondering if it is possible to increment:

btfsc 0x0c, 0x0d

where 0x0d is a counter

So just for an example

loop: btfsc 0x0c,0x0d
goto loop2
incf 0x0d,f
goto loop

loops2: ...

If it isnt, is there a way to increment it somehow?

Edit: I am sorry if this is in the wrong forum by any chance. Heh most of these questions look complicated, didnt know where the basic or novice level forum is. :)

samuelbarber
- 29th June 2005, 15:32
Seems like I did post this in the wrong forum, please delete it or move it. Or if possible point me out to the correct place.

Thanks
-Samuel