blob: d3b0a7e8feb7da3af5ebd4bd134b60c081837cae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Test 1.
-replace
P1 18 1 001010101010101011
-and
P1 18 1 001111101111101111
-or
P1 18 1 000010000010000011
-xor
P1 18 1 010010010010010011
-nand
P1 18 1 010000010000010011
-nor
P1 18 1 011101111101111111
-nxor
P1 18 1 001101101101101111
Test 2.
-and -nand
P1 18 1 110000000000000001
-or -nor
P1 18 1 110000000000000001
-xor -nxor
P1 18 1 110000000000000001
|