1.

What will be the content of Accumulator, Register-B Overflow Flag (OV) after the execution of the following 8051 micro-controller assembly code?MOV A, #65hMOV 0F0h, #14hDIV ABDIV AB

A. A = 00h, B = 00h, OV = 1
B. A = 05h, B = 00h, OV = 0
C. A = 00h, B = 05h, OV = 0
D. A = 05h, B = 00h, OV = 1
Answer» C. A = 00h, B = 05h, OV = 0


Discussion

No Comment Found