The LNK Task Builder is a modified RSX11M Task Builder. These modifications make the task builder compatable with the DOS/BATCH Linker. The modifications incorporated allow the user to link object modules under RSX11M and create a DOS/BATCH compatable load module. The LNK task is initiated the same way as any other RSX11M utility program. Command line format: Refer to the RSX11M Task Builder for format Additional help keyword: SWITCHS 2 SWITCHS Load module: XT Map module: CR , MA , SH , SP , WI Input module(s): B , CC , T End of Input: E Options processing select: O Additional information may be obtained by typing: HELP LNK SWITCHS keyword Where keyword is: LOAD , MAP , INPUT , END , OPTIONS 3 LOAD Switch Description Default ------ ----------------------------- ------- XT Exit after any diagnostics. -XT or XT:n Exit after "n" diagnostics. 3 MAP Switch Description Default ------ ----------------------------- ------- CR Append a global Cross reference -CR to the specified memory map file. MA Include input file information MA in the specified memory map file. SH Short memory map. -SH SP Spool memory map. SP WI Memory map is generated using a WI line width of 132 characters. 3 INPUT Switch Description Default ------ ----------------------------- ------- B:n Load module bottom address. T:157460 "n" is an unsigned octal address of where the relocatable code starts. CC Input file consists of concatenated CC object modules. T:n Load module top address. T:157460 "n" is an unsigned octal address of where the relocatable code ends. 3 END The "/E" switch is used as the end-of-input indicator. This switch terminates the input for the specified output module. It should be put (1) at the end of the command string if no option processing is selected or (2) as the first two characters of the next input line following the last option input. 3 OPTIONS The "/O" switch is used to select option processing. This switch is put (1) after the last input file specification or (2) as the first two characters of the next input line following the last input file specification. The end-of-input switch ( "/E" ) must follow the last option input line. Additional information may be obtained by typing: HELP LNK SWITCHS OPTIONS LIST 4 LIST Option Description Format ------ ----------------------------- ------- ABORT Terminate LNK processing. ( see note ) ABSPAT Declare an absolute patch value. ( see note ) BASE Declare load module base address. BASE=address GBLDEF Declare global symbol definition. ( see note ) GBLPAT Declare a patch value relative to ( see note ) a global symbol. GBLREF Declare a global symbol reference. ( see note ) TOP Declare load module top address. TOP=address XFER Declare load module transfer address. XFER=address Note: Refer to the RSX11M Task Builder manual for option format.