Bug description:
Simulation of set_bit (porta,4) wont work.
porta has 5 bits.
this problem is 100% reproduceable & happens every time.
#include <system.h>
void main()
{
trisa = 0;
porta = 0;
porta = 16;
set_bit(porta,4);
}
IDE version: 6.6
Compiler: BoostC
Compiler version: the one in this package installer
Target device: PIC16F84A
OS: WINDOWS xp PRO SP2
Comments:
I just can't set this bit (on simulation mode).
Regards,
Jorge