L B wrote
In Figure 4.3, where there is a table of the meanings implied by the comp bits, what does the "|" operator in D|A or D|M mean?
Thanks!
From the figure's caption: "!, |, and & denote the 16-bit bit-wise Boolean operators Not, Or, and And, respectively."
--Mark