Hi there,
When using DOS int 21h to output characters to the screen, the characters follow each other consecutively.
How can I output characters to the same place in the console everytime or, in other words, how do I specify the cursor position at which to output text?
S.
When using DOS int 21h to output characters to the screen, the characters follow each other consecutively.
How can I output characters to the same place in the console everytime or, in other words, how do I specify the cursor position at which to output text?
S.
Its ok, I found an answer!