AX is a 16 bit register. its low 8 bits are called AL and its haigh 8 bits are called AH.
so, when you put the value 1003H into AX, you put 10h into AH and 03 into AL.
as for int 10h: when you call the interrupt, AX holds the function code. BL/BH are function specific parameters.
for specific information about certain function, take a look here:
http://lrs.uni-passau.de/s
AX = 1001h http://lrs.uni-passau.de/s
AX = 1003h http://lrs.uni-passau.de/s
Main Topics
Browse All Topics





by: bbk_dollPosted on 2007-01-05 at 07:58:34ID: 18252072
hello experts, no reply for the whole day, kept waiting.
please help.
thanks .