View Single Post
Old 06-20-2004, 10:34 PM   #10 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
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.
__________________
direct entry file specification.
npa is offline   Reply With Quote