Search for question
Question

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

above code is: a. AX = (ABCD)16 b. unknown с. АХ 3D (0000)16 d. AX = (ABXX)16 - X = any hex value (0 - F) e. AX = (xx00)16 --> x is any hex value (0 - F)

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6

Fig: 7

Fig: 8

Fig: 9

Fig: 10