Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>dataseg declares a data segment</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DATASEG            Declares a DATA segment


Syntax:        DATASEG segname

Description:   This macro works much the same as CODESEG except that the
               DATA segment is being declared.  The default data segment
               is data.  Unlike CODESEG, however, DATASEG is not called
               automatically.  It is not necessary to call this macro
               unless there is static data to be declared, in which case
               DATASEG must be called before CLstatic.

               The segname parameter is optional.

See Also: CODESEG

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson