I don't understand how to use Interrupt 21, AH=0ah
My information is coming from here . The assignment asks for a program that reads in no more than 20 characters, converts those characters to upper case, and then prints the input as capitals. I have no idea how to access the input from int21/AH=0ah. I really can't ask a more precise question unless I understand what is linked above. Can someone explain? Also, I'm using TASM if that makes any difference. Also, I'm testing this on freedos. UPDATE1: Alright, thanks to your help, I believe I understand how the interrupt needs to be set up and behaves. Setup: I have to designate a ds:dx where I