Assignment Statement:
Write a program in assembly language which uses BIOS interrupt INT 21 to read current system time and displays it on the top-left corner of the screen.

Sponsored Links

Following should be the output of your code:

Hint: You can use “printnum” and “clrscr” subroutines given in example 6.3(handouts).