Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- F77(Microsoft (C) V4.0) - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  LINK objfiles [,[exefile][,[mapfile][,[libfiles]]]] [options][;]

                          Options.
_______________________________________________________________________________

                          /CO[DEVIEW]

     Creates  a  special-format  executable  file  containing  the  symbolic
     information needed by the Microsoft CodeView Debugger.

                          /CP[ARMAXALLOC]:number

     Sets the program's maximum-allocation field to "number".

                          /DO[SSEG]

     Causes  segments  to be ordered  in the executable file  in the default
     order  used  by the Microsoft  FORTRAN  and  other  Microsoft  language
     products.

                          /DS[ALLOCATE]

     Causes data to be loaded at the high end of the data segment. (Use only
     for assembly-language programs.)

                          /HE[LP]

     Displays all LINK options on the screen.

                          /HI[GH]

    Places the executable file as high in memory as possible. (Use only for
    assembly-language programs.)

                          /I[NFORMATION]

    Displays linking information, including  the name  of each input module
    as it is linked.

                          /L[INENUMBERS]

    Includes in the listing file the line numbers and addresses of a source
    statements in the input modules.

                          /M[AP]

    Creates a listing file containing  all public (global) symbols  defined
    in the input modules.

                          /NOD[EFAULTLIBRARYSEARCH]

    Causes default libraries to be ignored.

                          /NOG[ROUPASSOCIATION]

    Causes the linker to ignore group associations when assigning addresses
    to data and code items. (Use only for assembly-language programs.)

                          /NOI[GNORECASE]

    Causes a linker to distinguish between uppercase and lowercase letters.

                          /P[AUSE]

    Causes the linker to pause in the link session so you can change disks.

                          /SE[GMENTS]:number

    Sets the number of segments  the linker allows  a program to have.  The
    default is 128.

                          /ST[ACK]:number

    Sets the stack size to "number", which may be any positive value  up to
    65536 bytes (decimal). The default for FORTRAN programs is 2K.
________________________________________________________________________________

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson