Write a program to display the time in the format hh:mm:ss. To get the current time,
you can use the function 2CH of interrupt 21H. Details are given below:
Function 2CH — Get time
Input: AH = 2CH
Returns: CH = hours (0–23)
CL = minutes (0–59)
DH = seconds (0–59)
DL = hundredths of a second (0–99)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here