• The name is too difficult to remember
    Keil MDK-ARM is a great software, but I cannot share it to my friends, I just cannot remember the name. At conferences and parties my mind goes blank. It is not easy for some people. Can you change it...
  • how to generate random number?
    Does anybody know how to generate random number using 8051?
  • How Char Numbers work??
    I am having trouble understanding what happens in the 8051 Memory when numbers are stored as Char types. As I understand it when the letter A is store as a Char type the memory holds 0x41. When the number...
  • How to input a binary number?
    I'm using Keil to developing C8051 programs. In C51, we can type 0xff to input a hex number, so how to type a binary number? On the Internet someone said we can type for example 0b00010001 to express...
  • bank switch
    How do I create a code banking application with c51 and assemble file?