• Float data type!!
    HI!! 8051 microcontroller dont support float data type. How can I implement a float function??? Thanks
  • 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...
  • data type bug or not....
    I've noticed that the following definitions generate different data results. Perhaps, I'm overlooking something. #define TEMP (*(unsigned char xdata *) 0x10F0)) unsigned char xdata sutton2, *sutton;...
  • Data Types, Serial Port
    Hi!! I have a problem with char data. Im reading from the serial port 1 bytes (char);8 bit, NO parity, 1 stop bit, 9600 baud. I start my program receiving data, after i send data+1, and i can see in...
  • 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