• Contiguous memory space in type definitions
    Hello everybody. Once again, I'm sorry if I'm asking something too obvious. I have defined some structures in C to access the different fields of an Ethernet frame in a more elegant way than using...
  • Is there a data type NUMBER
    I don't understand this line of code: EXTRN NUMBER (?ABD?CORE) EXTRN is external variable ? NUMBER is a data type? And what is (?ABD?CORE)? Thanks for letting me know.
  • Double data type
    Hello, I was wondering if anyone has (or could point me in the direction of) source code or algorithms for performing 64 bit addition, subtraction, multiplication and division on the 8051. I'm aware...
  • larger data types?
    Is there a data type larger than an unsigned long in keil MuVision compiler? if so, how do i use it? im needing about a 64 bit variable Thanks
  • Float data type!!
    HI!! 8051 microcontroller dont support float data type. How can I implement a float function??? Thanks