planet69
Member level 2
//using the below lines in C,
I <<= 1;
i noticed that the CCS compiler will perform clearing of bit0 (C) of STATUS register before RRL register I,
I do not want the compiler to add [bcf STATUS,0] instruction, instead i want to bit set it. Is there anything i need to do?
I <<= 1;
i noticed that the CCS compiler will perform clearing of bit0 (C) of STATUS register before RRL register I,
I do not want the compiler to add [bcf STATUS,0] instruction, instead i want to bit set it. Is there anything i need to do?