• the meaning of this
    i didn't know the meaning of this (P0=~(row[f][i]))
  • IRQ meaning
    Does using the __irq at the end of the function automatically calls itself when an interrupt occurs? for e.g. void ISR_TIMER0(void) __irq { int interrupt; //-------------------------- if( T0IR...
  • Meaning of operator %=
    Hello everybody, I have seen the operator %= used in a code meant for Keil C. Can somebody explain me its purpose? Thanks. www.8051projects.net/.../forum_viewtopic.php char getchar() ...
  • What means 'LPC1343 Flash.BAT'?
    Hello, every time when I build my u-Vision project appears a .BAT file in the project folder. For example: I use u-Vision MDK 4 basic. I develop the LPC 1343 from NXP. When I build the project I create...
  • What does '->' mean in keil ?
    Hi friends, I don't know what is the exact meaning of the expresion (->) in Keil? thanks for any idea.