03.03.2013 Views

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The LINK Command <strong>CP</strong>/M 3 User's Guide<br />

Examples: A>LINK B:MYFILE[NR]<br />

LINK-80 on drive A uses as input MYFILE.REL on drive B and produces<br />

the executable machine code file MYFILE.COM on drive B. The<br />

[NR] option specifies no symbol table file.<br />

A>LINK ml ,m2, m3<br />

LINK-80 combines the separately compiled files ml, m2, and m3, resolves<br />

their external references', and produces the executable machine code file<br />

ml.COM.<br />

A>LINK m=m1, m2, m3<br />

LINK-80 combines the separately compiled files ml, m2, and m3 and<br />

produces the executable machine code file M.COM.<br />

A>LINK MYFILE,FILE5[s]<br />

The [s] option tells LINK-80 to search FILE5 as a library. LINK-80<br />

combines MYFILE.REL with the referenced subroutines contained in<br />

FILE5.REL on the default drive A and produces MYFILE.COM on<br />

drive A.<br />

5-58

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!