Module Statements
LINK386 has the following module definition file statements:
BASE
Base
CODE
Gives default attributes for code segments
DATA
Gives default attributes for data segments
DESCRIPTION
Describes the module
EXETYPE
Identifies operating system
EXPORTS
Defines exported functions
IMPORTS
Defines imported functions
HEAPSIZE
Specifies local heap size
LIBRARY
Names dynamic-link library
NAME
Names application
OLD
Preserves import information
PHYSICAL DEVICE
Names physical device driver
PROTMODE
Specifies DOS protected mode
SEGMENTS
Gives attributes for specific segments
STACKSIZE
Specifies local stack size
STUB
Adds DOS executable file to module
VIRTUAL DEVICE
Names virtual device driver
[Back: Module Statement Rules]
[Next: BASE Statement]