• itoa function
    I would like to know where can I get the function itoa or how can I implement a function that can do this task. I am working with the C51 compiler. Thanks. Nelson.
  • itoa (Int to String)
    Hey, please excuse the lack of expertise, but it has been years since i've programmed and I am just getting back into it. I have 2 questions. 1) Why are the standard libraries for Arm different...
  • FAR routines
    I use xbanking.a51 code for far pointers, where defined routines (?C?CLDXPTR, ?C?CSTXPTR, ...). When i use FVAR, disassemler show me that linker use C:0x0E35 120572 LCALL C?CLDPTR(C:0572) ...
  • i2c routine
    -i am interfacing the 8051 with the 24c64 -in that some values are manually written to eeprom and some are stored using program -i am accessing the location 195th to (195+60)-range which is not used...
  • Routine for LCD
    I want to print some float variables in my lcd, could someone tell me the way how to convert my float variable into a string and then print it into my LCD thanks