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