Certainly it is. I had a computer teacher tell me that the 'cls' method in DOS would take hundreds of lines of asm to write yourself. A couple years later I decided to try it. Turns out it's only a few lines if you take advantage of OS Interrupts. I assume the teacher was suggesting it would take all these lines if you didn't "cheat" and use an interrupt.