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>at define absolute segment combine type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
AT               Define Absolute Segment                         Combine Type

  segname   SEGMENT AT address

    Specifies an absolute starting address for a segment.  All label and
    addresses in the segment are relative to the specified address.

       Notes:     The parameter address is a 16-bit paragraph starting
                  address for the segment. It can be any valid expression,
                  but must not contain a forward reference.

                  This combine type is usually used as a template for data
                  or code that is at an absolute location in memory, such
                  as the ROM BIOS data area, the interrupt vectors, or the
                  screen buffer.

                  This combine type can not be used to force loading of
                  code or data at a specified location.

See Also: COMMON MEMORY PUBLIC STACK

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