home *** CD-ROM | disk | FTP | other *** search
- HELP FOR LINK.COM
- ___________________________________________________________
-
- Syntax: {d:}{filespec,{[o]}=filespec{[o]} {,...}
- ------- result name is name of first filespec
- o::= option | o,option
-
- LINK option
- -------------
-
- A Additional memory; reduced buffer space and writes
- temporary data to disk.
-
- Dhhhh Data origin; sets memory origin for common and
- data area.
-
- Gname Go; set start address to label name.
-
- Lhhhh Load; change default load address of module to
- hhhh. Default 0100H.
-
- HL No listing of symbol table at console.
-
- NR No symbol table file.
-
- OC Output COM command file. Default.
-
- OS Output SPR System Page Relocatable file.
-
- Phhhh Program origin; change default program origin
- address to hhhh. Default 0100H.
-
- Q List symbol with leading question mark.
-
- S Search preceding file as a libruary.
-
- $Cd Destination of console mesage; d can be - X
- for console, Y for printer, Z for zero output.
-
- $Ld Source of libruary files; d - disk A-P,
- default - current.
-
- $Od Destination of object file; default - same
- drive as first file.
-
- $Sd Destination of symbol file; d can be Y, Z,A-P.
-
-
-
-