consider the below assembly code and assume that ax initially contains
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)