Help on this question Assuming that AX 0010 16 BX 010016 a
Help on this question.
Assuming that (AX) = 0010 16, (BX) = 010016, and (DS) = 100016,
What happens if the XLAT instruction is executed?
Solution
Execution of the XLAT replaces the contents of AL by the contents of the accessed lookup-table location
So
AX=AX+BX+DS
=001016+010016+100016
=111042

