• Setting the Code Segment When Using the Small Memory Model
    How can I set the code segment used by the CPU in a small memory model when executing a downloaded application. I am having trouble in trying to force an interrupt function to use the correct code segment...
  • Setting the Code Segment When Using the Small Memory Model
    How can I set the code segment used by the CPU in a small memory model when executing a downloaded application. I am having trouble in trying to force an interrupt function to use the correct code segment...
  • SMALL memory model, compiler error?
    Hello! A function here starts like this: uchar uc_Check_Limits(uchar pdata *ptr_Set,struct st_Limit code *ptr_Limit)small reentrant { union INT_CHAR data Value; uint uiLimit; // typ of limit...
  • SMALL memory model, compiler error?
    Hello! A function here starts like this: uchar uc_Check_Limits(uchar pdata *ptr_Set,struct st_Limit code *ptr_Limit)small reentrant { union INT_CHAR data Value; uint uiLimit; // typ of limit...
  • DES for 8051 small memory model
    can anyone help me with an optimized code writen in c language for DES encryption algorithm in small memory model. I've tried to use several implementations but for each of them the amount of internal...