c) Figure Q4(c) shows an example of assembly programming. SETB P1.4 MOV C, P1.4 JNC OVER...
c) Figure Q4(c) shows an example of assembly programming. SETB P1.4 MOV C, P1.4 JNC OVER MOV P2, #'Y' SJMP AGAIN MOV P2, #'N' SJMP AGAIN AGAIN OVER Figure Q4(c) Explain the program by giving comments for all instructions. ) Revise the program using instruction JC instead of JNC. [CO3/PO3/C61 (10 marks)