• Is Keil Compiler have bit operator.?
    Sir, Mdoubt is Like Sillicon Lartories(C8051f020) we can initialize the bit operators. like: bit a; bit b; if(a == 1) { LED = 1; } This type of keyword is there which supports in ARM processor...
  • BIT OPERATION IN "C" IN KEIL
    how to toggle a specific pin of any port (BIT OPERATION)in keil using C for 89c51/89c52. please specify the header files to be included and the instruction and if possible the program.
  • Is Keil Compiler have bit operator.?
    Sir, Mdoubt is Like Sillicon Lartories(C8051f020) we can initialize the bit operators. like: bit a; bit b; if(a == 1) { LED = 1; } This type of keyword is there which supports in ARM processor...
  • BIT OPERATION IN "C" IN KEIL
    how to toggle a specific pin of any port (BIT OPERATION)in keil using C for 89c51/89c52. please specify the header files to be included and the instruction and if possible the program.
  • bit (and sbit) operation with == and != (bug?)
    I have a problem that i cannot solve. I need to compare two bit values. Lets say: bit Low = 0; bit High = 1; But I get some really strange results if I try to compare both of them: Low ...