Question#4 (4.5 pts) According to the following code, answer the following questions DATAI DW 2BF5H DATA2 DW 3AB3H DATA3
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question#4 (4.5 pts) According to the following code, answer the following questions DATAI DW 2BF5H DATA2 DW 3AB3H DATA3
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: