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>public concatenate all like-named segments combine type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PUBLIC           Concatenate All Like-Named Segments             Combine Type

  segname   SEGMENT PUBLIC

    Causes the linker to concatenate all segments having the same segment
    name.

       Notes:     The new concatenated segment will be a single,
                  contiguous segment.  All instruction and data addresses
                  in this new segment will be relative to the beginning of
                  this new segment.

                  If no combine type is specified, the segment gets its
                  own physical segment when loaded into memory.

See Also: AT COMMON MEMORY STACK

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