Learning from this experiment module

Learning from this experiment module

by Md Nayeem Hossain -
Number of replies: 0

From this module I have learned how to take input from user and how to print  character and  string. where  AH register used for those action and interrupt it by INT 21H. AH=1 used to take input from user and store it into AL register , AH=2  used to print character from DL and AH=9 used  to print string from DX register.