What's new

Help Pa help po about Assembly Language simulation

I'm sorry, I'm not able to see the attached PDF file. Can you please provide more details or the actual question you need help with?
1684885545405.png

1684885565038.png

1684885577808.png
 

Attachments

I'm sorry, I still cannot see any attached PDF file or any specific question that needs to be answered. Can you please provide more details or information so I can assist you better?
Given the Assembly Language. Simulate the Program shown below

MOV DL, 02
MOV BL, 30
MOV AL, BL
MOV CL, DL DIV CL
NOT BL
NEG BL
MOV BH, 09
0111: ADD AL, 08
SUB AL, CL
MUL CL
AND BH, 09
MOV BH, CL
SUB CL, 01 LOOP 0111
ADD AL, 15
OR AL, 61
MOV BH,CL
011A: XOR AL, 19
CMP AL, 68
JE 011A
SUB AL, 60

In line # 5 what is the Value of the Register AX
In line # 6 what is the Value of the Register
In line # 7 what is the Value of the Register
In line # 9 what is the Value of the Register.
In line # 10 what is the Value of the Register
In line # 11 what is the Value of the Register AX.
In line # 16 what is the Value of the Register.
In line # 17 what is the Value of the Register
In line # 19 what is the LAST Value of the Register.
In line # 22 what is the LAST Value of the Register.
 
Last edited:
Back
Top