msmax
Full Member level 1
pic clear bit
Using MPLAB for a small project:
I like to clear a bit in a register using the value of an other register.
for example:
INCF Count,F
BCF Reg, Count
This doesn't seem to work, cause BCF only accepts literals.
Any idea how to do this in a easy way?
Using MPLAB for a small project:
I like to clear a bit in a register using the value of an other register.
for example:
INCF Count,F
BCF Reg, Count
This doesn't seem to work, cause BCF only accepts literals.
Any idea how to do this in a easy way?