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.