fl.hlp (Table of Contents; Topic list)
Memory-Model Options (/A)
                                             Up Contents Index Back
─────Memory-Model Options (/A)──────────────────────────────────────────────
 
     The /A option specifies the program's memory model.
 
     Option     Model
 
     /AL        Large memory model (default)
 
     /AM        Medium memory model
 
     /AH        Huge memory model
 
     /Aw        Windows DLL: assume SS!=DS; do not load DGROUP on entry
 
     The floating-point and memory-model options determine the
     standard library that FL places in the object files. The linker
     searches this library by default.
 
     FL Options and Default Libraries
 
     Floating-Point       Memory-Model     Default
     Option               Option           Library
 
     /FPi87 or /FPc87     /AL or /AH       LLIBFOR7.LIB
 
                          /AM              MLIBFOR7.LIB
 
     /FPi or /FPc         /AL or /AH       LLIBFORE.LIB
 
                          /AM              MLIBFORE.LIB
 
     /FPa                  /AL or /AH      LLIBFORA.LIB
 
                           /AM             MLIBFORA.LIB
 
     See Also: /M
               Windows DLL Options
                                    -♦-