Wednesday 23 July 2014

Computer Architecture and Assembly Language Programming CS401 ASSIGNMENT No 04 Solution 24th July 2014

Note: 
No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the last hour of deadline. It is recommended to upload solution file at least two days before its closing date.

For any query, feel free to email at:
cs401@vu.edu.pk
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.

Following should be the output of your code:
Solution  : 

cs401