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 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Overview -- EXTENDA.INC
--------------------------------------------------------------------------------
 $define               Makes assembler equate look like a C #define
 Ccall                 Call a C function
 Cglobal               Makes static data available to other modules
 CLcode                Initializes function
 CLextern              Declares external code and data
 CLfunc                Declare a function name
 CLlabel               Label a memory address using the assembler LABEL
 CLlocal               Declares auto (stack based) data
 CLpublic              Declares one or more functions public
 CLret                 Return values to Clipper
 CLstatic              Declares static data
 CODESEG               Assign a name to the CODE segment
 DATASEG               Declares a DATA segment
 DOSREQ                Calls DOS interrupt 21H
 ENDWORK            End local assembler routines
 LSW                   The first word of a DWORD memory operand
 MSW                   The second word of a DWORD memory operand
 OFFPART               Declares first word of a DWORD memory operand
 PCOUNT                Incoming parameters count from Clipper
 SDS                   Stores DS and a register to a DWORD memory operand
 SEGPART               Declares second word of a DWORD memory operand
 SES                   Stores ES and a register to a DWORD memory operand
 TESTNUL               Sets the zero flag if variable is zero (NUL)
 WORKFUNCS             Begin local assembler routines

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