-ADDRL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-ADDRL
Adds a procedure to the currently-managed Relocatable Library (RL) file.
You must have READ and WRITE access to the specified RL file.
SYNTAX
-ADDRL name[(index)]
PARAMETERS
name The name (primary entry point) of the Relocatable Binary
Module (RBM) containing the procedure to be added to the
RL file.
index An integer further identifying the RBM. The index may be
used when the currently-managed USL file contains more
than one active RBM of this name. If index is omitted,
a value of 0 (the most recent active occurrence) is
assigned by default.
EXAMPLE
-ADDRL XBM Adds an RBM containing one procedure named XBM.
MPE/iX 5.0 Documentation