Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_based specified based segment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_based                  Specified Based Segment

    This keyword indicates that a data object of some type exists in the
    segment specified; for example, _based(cbase) cdata declares
    cdata to reside in the segment cbase. Pointers that are defined
    as base pointers are only 16 bits long since they are used as offset
    pointers only; they are added to the base to form the full 32-bit
    address.

    Note: use _segment or _segname for based segment definitions.

See Also: _segment _segname _self

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