• 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...
  • 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...
  • 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...
  • C167 - Using of "segmented cpu mode" with SMALL memory model
    Using the SMALL memory model of the C167, I have forced a function to be "far". The compiler generates the segmented call to this function (CALLS) but the linker/locater tries to allocate the code into...