• itoa routine
    Keil provides an atoi (char to integer conversion) function in its standard libraries. I can't seem to find the reverse routine itoa (integer to char conversion). Does one exist? Which library should...
  • 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...
  • interrupt routine
    I found that my interrupt routine has strange source code is: void t3Isr(void) interrupt 3 using 0 { tm_flg |= (tm_sts ++ ^ tm_sts) & 0x7; } the compiler give me: 5: void t3Isr(void)...
  • 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) ...
  • MD5 routine
    Has anyone a MD5 routine optimized for 8052 micro ? Thanks in advance Vico Lupori