• 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.
  • 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...
  • 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.
  • How to force C51 to put a variable in a register
    Hi all, I want to use registers for a specific variable. How can I force C51 to put the variable in a register? I tried "register" keyword, but it did not worked.
  • In ARM VPF, why does the exponent part should add 127(in 32-bit) to represent the exponent?
    In ARM VPF, why does the exponent part should add 127(in 32-bit) to represent the exponent? In VPF 32-bit mode, a float number is store as follow: 31    30... ...23    22... ...0 S    Exponent    Mantissa...