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>codeseg assign a name to the code segment</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CODESEG            Assign a name to the CODE segment


Syntax:        CODESEG segname

Description:   The default code segment is filename_TEXT where filename
               represents the base name of the source file.  If this
               macro is used to override the default, the code segment
               will be declared as segname_TEXT instead.

               Note: This macro must appear before any
               code-generating macros that would cause the default code
               segment to be declared (i.e., CLfunc or WORKFUNCS).

See Also: DATASEG

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