I have an ASM script that displays date(day, month, year) and time(hours, minutes, seconds).
This prints the current datetime on the DOS-box. Thing is, it's static. What I want to do is make it dynamic, meaning I have to write the new value in the exact place where the current value is standing on the screen. How do you do this in ASM?
I don't have any clue at all and google hasn't been my friend for this.