Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D7 │XLAT m8 │X│X│X│X│X│X│Set AL to memory byte DS:[(E)BX + │
│ │ │ │ │ │ │ │ │unsigned AL] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D7 │XLATB │X│X│X│X│X│X│Set AL to memory byte DS:[(E)BX + │
│ │ │ │ │ │ │ │ │unsigned AL] │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: XLAT/XLATB-Table Look-up Translation]
[Next: Description]