• overlaying struct pointers
    as many others, I'm sure, I am DATA space starved. We have, for backwards compatibility to process 'old files" (E1 format) which have the structures with the following pointers: E1_SEIN xdata *E1_SEINp;...
  • variable overlays
    have you ever noticed that when you comment out a piece of code, so it is ignored for variable overlay, that ALL other code that was part of the same overlay now will not overlay? for instance, I had...
  • OVERLAY
    I am using the OVERLAY directive as following: OVERLAY(func0 ! *,func1 ! *,func2 ! *,func3 ! *,func4 ! *,func5 ! *) to Excludes the functions from overlay analysis and locates its data and bit segments...
  • OVERLAY
    Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA. Thanks, Goran
  • OVERLAY
    Hi, I have two threads interrupt and main thread. currently, i'm using NOOVERLAY. In order to save space in the RAM, i want to overlay data between functions, BUT I want that the interrupt will...