• What's the difference between function point below!?
    My code void func1(void) { printf("In FUNC1(%d)\n", 1); } void func2(void) { printf("In FUNC2(%d)\n", 2); } code void (*ff[])()={func1,func2}; void main(void) { SCON = 0x50; TMOD |= 0x20; TH1...
  • difference between opcode and hexcode
    can u tell the difference between opcode and hexcode
  • difference between 8051 and C8051f411
    Hi all, Iam quite confused to know whats the difference between 8051 and C8051F411.(what does C,F stands for). One more question is when i am seeing the datasheet of c8051f411,it showed me as CIP...
  • Differences between compiler versions
    Hello, I've got a problem with the compilation of a programm with Keil C51 v6.14. Perhaps someone has an idea, which might help me. The Problem: We've got a sourcecode, from a third party person...
  • difference between short and char
    Hi all, What is the difference between the data types char and short? According to the book, they are both 8 bits and have the exact same range. Thanks, Steve