fl.hlp (Table of Contents; Topic list)
FORTRAN Compiler Memory Model Option
                                             Up Contents Index Back
─────FORTRAN Compiler Memory Model Option───────────────────────────────────
 
     Use the Memory Model option to control how your program accesses
     code and data.
 
     Model     Characteristics
 
     Medium    Program data restricted to 64K. Code can exceed 64K but
               each object module (.OBJ file) is limited to 64K.
 
     Large     Data and code can both exceed 64K. Each object module is
               limited to 64K.
 
     Huge      Same as large model, but all formal array arguments are
               assumed to exceed 64K.
 
     See Also: Memory-Model Options (/A)
                                    -♦-