MPE/iX Commands Reference Manual (32650-90877)
346 Chapter9
Command List VII
Commands MOUNT thru OUTFENCE
parameter, you cannot use the
add
or
trans
parameters.
map
[
=seglist
][;] Generate PMAP listing for specified segments. If
seglist is omitted, PMAP listing is generated for all
segments.
noovf
[
=seglist
][;] Selectively ignore overflow traps in translating code.
If seglist is omitted, noovf action is assumed for all
segments. Specifying this option gives OCTCOMP permission
to decide whether or not to catch overflow. The default is
that OCTCOMP follows the behavior of the emulator.
Specifying this option improves the performance of integer
arithmetic functions.
systemsl Inform the OCT utility that the user intends to make the
file SL.PUB.SYS. This option is for users creating new
systems. Several SL.PUB.SYS and system-dependent code
improvements are performed when this option is specified.
trans= seglist
[;] Translate only specified segments. If the named file
contains translated code segments that are not listed,
these segments will be set emulated and the translated
code removed.
Where:
seglist
= segnum[...,segnum].
and
segnum
= 0 .. 9 - Decimal (default)
or 0 .. 7 - Octal
or $0 .. F - Hexadecimal
or A[..] .. Z[..] - Alpha (SL only) *
or ^
filename
(an indirect file) **
* In this form, a segnum identifier may consist of as many
as 16 characters, beginning with an alphabetic character.
** You must number indirect files, and you cannot nest
them. If you enter the
trans
parameter, you may not use
the
add
or
ignore
parameters.