On Fri, Oct 10, 2014 at 11:00:54AM -0600, Jeff Law wrote: > But it's really a lot more like a > >kind of PLUS. If instead we had a LOW to match HIGH it would have been > Right. In fact, I believe at the hardware level it's typically implemented > as addition.
Can be addition or bitwise or, as high should have some low bits zero, both usually work the same. Jakub