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>_segname specify a segment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _segname                Specify a Segment

    The _segment modifier indicates the beginning of a segment. Four kinds of
    segments are predefined:

     _CODE     Code segment

     _CONST    Constant segment

     _DATA     Data segment

     _STACK    Stack segment

    For example, to start the _DATA segment, you might use _segname in a
    declaration this way: char _based(_segname("_DATA"))mychar = "a".

See Also: _based _interrupt _segment _segname _self

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