Question: We want to code a single instruction that inverts bits 5 and 6 in BL without changing any other bits. Which of the following does
We want to code a single instruction that inverts bits 5 and 6 in BL without changing any other bits. Which of the following does the job?
(a) XOR bl,60h
(b) OR bl,60h
(c) AND bl,60h (d) ADD bl,60h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
