Define XLAT instruction used in 8086.
It translates a byte in AL using a table in memory. The offset address is calculated by adding the 8 bit contents of the AL register and the contents of BX register. BX register contains the starting offset address of the Lookup table . After execution , corresponding data memory contents of the lookup table are loaded into the AL register.
No comments:
Post a Comment