INDIC - define bits in indicator register.

Description:

INDIC defines bits masks for the bits of the indicator register. The symbols are

I.ZERO  0400000  Zero
I.NEG   0200000  Negative
I.CARY  0100000  Carry
I.OVER  0040000  Fixed point overflow
I.EOVR  0020000  Exponent overflow
I.UNDR  0010000  Exponent undeflow
I.OMSK  0004000  Overflow mask
I.TALY  0002000  Tally runout
I.PRTY  0001000  Parity error
I.PMSK  0000400  Parity mask
I.MAST  0000200  Master mode
I.TRNC  0000100  Truncation
I.MID   0000040  Mid instruction interrupt
I.UMSK  0000020  Underflow mask (not all CPU's)
I.HEX   0000010  Hex mode

Equivalent B manifests are found in B/MANIF/INDIC.

Copyright © 1996, Thinkage Ltd.