• How to represent a register in C51?
    Hi, How to represent a register in C51? for example, "inc R0 of register bank 1"?
  • How to represent a binary number in C51?
    Hi, How to represent a binary number in C51? I wrote, for example, 11110000b but the C51 don't agree! Please, answer me. Thank you. Hoang Kong Kong. Ha Noi-Viet Nam.
  • how do i represent 0.1 in keil uvision4
    i am writing a code to convert c->f and i need to show the value after decimal.
  • method to avoid global variables
    I want to know method, How to avoid global variable in c microcontroller programing? or method to make global variable invisible. Is there any perticular functions in built in c library?, that could...
  • keypad in interrupt method
    hi friends, iam trying to write keypad programm using interrupt method and send the pressed key to terminal. but iam not getting the char everytime.