Topic : LX51/Overlays: Segment overlay (SO) directive defeats NOOVERLAY

Forum : 8051

Original Post
Post Information Post
January 10, 2008 - 3:29pm
Guest

The NOOL directive globally disables segment overlays (correct). However a subsequent SO(segment1, segment2.. ) globally re-enables them (wrong).

That shouldn't really happen. SO is to overlay named segments only.

To work as intended NOOL must be after all the SO directives. Then only the specified segments are linked.

Maybe add a note to LX51 manual next time it's updated.

regards Steven Pruzina