• How to represent a register in C51?
    Hi, How to represent a register in C51? for example, "inc R0 of register bank 1"?
  • about represent and develop method.
    I have been designing embedded system for several years. yet I haven't found good books on develop method, and how to represent the system in diagram so that I can gradually break a big taks into small...
  • Binary number
    How do I use a binary number so that the compiler understand it? This is what I've done: 10101010b But the compiler gives an error: syntax error near 'b'
  • Binary number
    How can a Binary number be used in a program?
  • 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...