What i have learned from this experiment module

What i have learned from this experiment module

by Esha Khaled Utsho -
Number of replies: 0

I have learned about interrupt. This is used toinvoke a BIOS or DOS routine INT instruction . Mov ah,1 command is used to take input and ah,2 is used to produce output. We can print a whole string using mov ah,9 and LEA command . For printing a string we define that string at the data segment. Also we can print single character , for this we use ascii code for that character