Chapter 12 Flashcards
1
Q
What is inclusive OR
A
Either A is true = true
Either B is true = true
A and B both true = true
A and B both false = false
2
Q
What is XOR (exclusive OR)
A
A and B true = false
A and B false = false
3
Q
What is zero flag operation
A
Testing of bytes by keeping a value in it.
4
Q
Can we use and,xor, or operators for masking bit
A
Yes