Page 1 of 1

Question#4 (4.5 pts) According to the following code, answer the following questions DATAI DW 2BF5H DATA2 DW 3AB3H DATA3

Posted: Fri May 20, 2022 8:25 pm
by answerhappygod
Question 4 4 5 Pts According To The Following Code Answer The Following Questions Datai Dw 2bf5h Data2 Dw 3ab3h Data3 1
Question 4 4 5 Pts According To The Following Code Answer The Following Questions Datai Dw 2bf5h Data2 Dw 3ab3h Data3 1 (22.55 KiB) Viewed 33 times
Question#4 (4.5 pts) According to the following code, answer the following questions DATAI DW 2BF5H DATA2 DW 3AB3H DATA3 DW ? 1) MOV CX, 2 2) MOV SI, 3) CLC 4) BACK: MOV AL, byte ptr DATAT[SI] 5) ADD AL, byte ptr DATA2[SI] 6) MOV byte ptr DATA3[SI], AL 7) INC SI 8) LOOP BACK 1) What's the value of DATA3 after executing the code! b) If the Opcode in line 5 was replaced by ADC, then the DAT executing the code is: c) If after linc 5, the instruction DAA was added, then the contents of DAT executing the code is: