QNo.1 Read the Assembly program carefully, understand its working/functionality and answer the below given questions. MOV DX, 0090 MOV DS, DX MOV AX, 0005 MOV CX, AX Back: DEC CX MUL CX СМР СХ, 0 JNE...


QNo.1 Read the Assembly program carefully, understand its working/functionality and answer<br>the below given questions.<br>MOV DX, 0090<br>MOV DS, DX<br>MOV AX, 0005<br>MOV CX, AX<br>Back: DEC CX<br>MUL CX<br>СМР СХ, 0<br>JNE Back<br>MOV [0020], AX<br>INT 10<br>INT 7<br>a. How many times the Loop will repeat:<br>b. What will be value of AX after complete execution of program:<br>c. Write the main idea of the functionality of the program in your own words briefly.<br>

Extracted text: QNo.1 Read the Assembly program carefully, understand its working/functionality and answer the below given questions. MOV DX, 0090 MOV DS, DX MOV AX, 0005 MOV CX, AX Back: DEC CX MUL CX СМР СХ, 0 JNE Back MOV [0020], AX INT 10 INT 7 a. How many times the Loop will repeat: b. What will be value of AX after complete execution of program: c. Write the main idea of the functionality of the program in your own words briefly.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here