Question: For each of the logic statements give the assembly language code for your microcontroller to set the condition code register and to branch to the else part of an if hen else Assme that P and Q are 8 bit unsingned numbers in memory location P and Q .[c,K]
a. IF P >= Q
b. IF Q > P
c. IF P = Q