Question
Consider the below assembly code and assume that all memory locations below EA=490A0 store values (35)16, and higher addresses have (45)16 stored. DS=4000; DI=90A0; DX-0000 (initially) MOV AX, 5678 MOV BX, 1232 ADD AX, BX MOV CX, [DI+8] ADD DX, AX The content of Register AX, DX after execution of the above code is: O
Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9Question image 10Question image 11Question image 12