I am in the middle of learning Assembly and I was wondering how to display the current time. I know system time is on interupt 21h, AH = 2Ch. And the return is : CH = hour CL = minute DH = second DL = 1/100 seconds
But I don't know how to display the data on screen.


Reply With Quote