.INDIC - set/read the indicator register.

Alternate Entry Name: _INDIC

Usage:

B:
   oldind = .indic([newind])
C:
   int _indic( [int newind] );

Where:

oldind
has the value of the indicator register on entry to .INDIC.
newind
is loaded into the indicator register if a value is specified.

Description:

.INDIC reads and/or sets the value of the machine indicator register. The principal use of this is to set or reset the overflow mask bit.

See Also:

expl b bmac indic
for a list of symbolic names in file B/MANIF/INDIC.

Copyright © 1996, Thinkage Ltd.