EXTRA CREDIT ASSIGNMENT.
CSc 343 Computer Organization and Assembly Programming
Spring 1998
DUE: WEDNESDAY, JUNE 3rd.
-----------------------------------------------------
Write an assembly program to display file names and their
date and time stamps. The program should have a command
line parameter which denotes a file specification. The
output should look as follows:

A:\>mydir *.sql
p1.sql         10-AUG-1996 10:00:06 AM
prog1.sql      16-JAN-1995 12:20:08 PM
p.sql          20-DEC-1995 11:15:36 AM
qq.sql         11-SEP-1991 03:25:56 PM
A:\>

The names of the matching files must be left justified and the 
dates and times must be formatted as shown above.

Note: If the file specification is missing, the command should
list all the files in the current default directory.