Maker Pro
Maker Pro

Problem with MPLAB

ljcox

Jul 10, 2010
49
Joined
Jul 10, 2010
Messages
49
I've successfully written many PIC programmes but this my first time with the 16F684.

I have MPLAB 8.92.

I cannot clear INTCON, 0. This instruction does not anything.
bcf INTCON, 0 ;RBIF

If I use this
clrf INTCON the INTCON value changes from 0x09 to 0x01. I have tried various tricks but to no avail.

I even uninstalled MPLAB & then re-installed it.

This instruction does clear INTCON, 1

bcf INTCON, 1 ;INTF

I feel that there is a software problem with MPLAB as I can't see any reason why it does not clear INTCON, 0

Any assistance will be appreciated.
 
Top