Expand description
Code for identifying quarters and bits of TX-2 words using the notations from the TX-2 documentation.
In this notation, “bit 2.3” is bit 3 (counting from 1 as the least significant) of quarter 2 (counting from 1 as the least significant). Bit 2.3 would have the value 02000 (octal).
Enums§
- Quarter
Quarter
identifies a quarter within a TX-2 word. Q1 is the least-significant 9 bits and Q4 is the most-significant 9 bits.