COMPUTER SCIENCE MCQS
Consider the following program fragment in assembly language : mov ax, 0h mov cx, 0A h doloop : dec ax loop doloop What is the value of ax and cx registers after the completion of the doloop ? [N17Q31]
Explanation