■Logical operations
Logical operations are performed through logical products (and), logical sums (or),
negation (Not), exclusive logic sums (xor), and negation of exclusive logical sums
(xnor).
Example
Operation
Display
S B - “ BASE-N”
19i6 AND 1Ai6=18i6
“ H”
1 9 @ 1 A ^ '
H
00000018
11102 AND 368 = 11102
dg^j -► “ b”
1110raisiiiFf|fol36lBil
000000001110
23s OR 618 = 638 (Itet)(|§ -► “
0 ”
23(®D61 SI
00000000063
120i6 OR 11012=12Di6
(Sd^J “ H”
12001111] 1101 s
H
00000120
10102 AND (A16 OR 7i6)
= IOIO2
(sgiEXE) -► “ b”
101O S O H G D A ®
H S I7 [D § |
b
000000001010
516 XOR 3i6 = 6i6
(Sd^l -* “ H”
5Hfxor)3|ro|
H
00000006
2Ai6 XNOR 5Di6 = FFFFFF88i6
(hm)® “ H”
2 A H @ 5 D ( §
FFFFFF88
Negation of 12348 (oct)(|xE) “ 0 ”
@ 1 23 4®
37777776543°
Negation of 2FFFED16
@(§1 -► “ H”
0 2 F F F E D ®
H
FFD0OO12
- 6 6 -