I keep getting both code space and xdata space memory overlap warnings (L5 & L6) after I've used the _at_ keyword for absolute variable location. I'm not too sure if this is such a bad thing, but is there any way to get these warnings to go away?
Well, they are only warnings, BUT they are warning you that you have 2 data objects that reside in the same place. If that's OK, and if you know what they are, you're OK. Jon