The two REX sequences, COMPILE and LINK are for compiling
and linking respectively.  One should be set into the directory IDW:Z80 in
order to use them, so that the correct headers will be picked up.  COMPILE
takes a source file and an optional destination, defaulting to T:CODE.  Any
other information on the line is passed as options to the code generator.
LINK takes a single argument which should be a list of modules separated
by commas (',').  The user's module(s) together with required extra library
modules (usually RING-INITIO and BCPLIO) should be specified.  Library module
names are referenced as hex.<name>.  The sequence includes LAB-ROOT, INIT,
MLIB, BLIB and the Z80 assembler libraries automatically.

See HELP Z80 BCPL for more information.


