Statements

New statements and changes to existing statements described in this chapter are:

The NAME statement's default apptype is now WINDOWAPI (formerly NOTWINDOWCOMPAT). (See topic .)

The EXETYPE statement's default is now WINDOWS. (See topic .)

EXETYPE WINDOWS now assumes PROTMODE by default. (See topic .)

The EXETYPE statement has a new type argument, DOS. (See topic .)

The new SECTIONS and OBJECTS keywords are synonyms for the SEGMENTS statement. (See topic .)

The SEGMENTS statement accepts a new argument, OVL:number. This argument specifies the overlay in which the segment belongs in an overlaid DOS program. (See topic .)

The new FUNCTIONS statement specifies the order in which functions appear in the executable file. It can also assign functions to a specific segment. In an overlaid DOS program, FUNCTIONS can specify the overlay in which functions belong. (See topic .)

The new INCLUDE statement inserts module statements from a separate text file. (See topic .)