• How to represent a register in C51?
    Hi, How to represent a register in C51? for example, "inc R0 of register bank 1"?
  • "register"
    hello, If i enter the word 'register' it appears in blue, so that means it is a 'reserved keyword'.I wonder what the purpose is of this keyword 'register' and for what i can use it... Can anybody help...
  • Register
    I have uVision3 and i program microkontroler LPC936 and i dont know how to set register for pins. How my microkontroler recognize pins to connect LCD. Please can you help me. I think that set P1...
  • Register address for Register Bank Select
    When setting up a interrupt service routine how is the register bank used determined? I see that the register bank is selected based on the register address but where does this register address come...
  • accessing registers
    how can i obtain the current values of registers like accumulator,B,stack pointer,PSW,DPTR,etc in C?? i am currently working on a trainer/development kit for 8051..One of the commands to be executed...