well reading from the text i quoted you can't
convert ax as a whole using xlat, only al, you
would have to shift ax >> 8 to translate both.
Quote:
|
Since ax has 12, I would think my Al2Ascii proc would set al to 'C'.
|
yes, i would think that too ...
try not cancelling out ds (ds == data segment ?) and see if
it works.