Search for question
Question

Consider the assembly code below, and assume AX initially contains ABCD and CX =1111: MOV BX, 1234 MOV AX, [BX] ADD AX, CX The contents of Register AX after execution

of the above code is: a. AX = (ABXX)16 -- x any hex value (0 F) Ob. AX = (xx00)16 --> x is any hex value (0 - F) c. (BCDE)16 O d. AX = (ABCD)16 e. AX = (0000)16%3! Of. unknown

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6

Fig: 7

Fig: 8

Fig: 9

Fig: 10

Fig: 11