Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>common define overlapping segments combine type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMMON           Define Overlapping Segments                     Combine Type

  segname   SEGMENT COMMON

    Causes the linker to overlap all segments having the same segment name
    at the same address, so that the instructions and data addresses in
    each such segment are offset from a common starting address.

       Notes:     In the overlapping structure that results from the
                  COMMON combine type, if data are declared in two or more
                  places with the same name, the most recent declaration
                  replaces all earlier declarations.

                  The length of the new overlapped segment is the length
                  of the longest segment with the COMMON combine type.

                  If no combine type is specified, the segment is not
                  combined with any other segments.

See Also: AT MEMORY PUBLIC STACK

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson