• 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...
  • small function
    is it possible to change "memory model" for a function in an object module for example " small defined in an object" using a linker directive or some other way ? any idea ?
  • a small problem
    can we go into interrupt service routine after an interrupt giving instruction while debugging it is not happening with me while full run it is going as the port status show me but not while debugging...
  • Allocate the global variables to XDATA in small memory model
    I have a MCS51 project which is compiled in small memory model, now I want to add a module to the project, the source files of the module comes from other non-C51 project, so I want to compile these...