PROTMODE Statement

Syntax: PROTMODE

This statement specifies that the module runs only in protected mode and not in Windows or dual mode. This statement is always optional and permits a protected mode only application to omit some information from the executable file header.

If this statement is not included in the module definition file, LINK386 assumes the application can be run in either real or protected mode.


[Back: PHYSICAL DEVICE Statement]
[Next: STACKSIZE Statement]