                -------------------------------------------
                 BINCLK -- Binary Display of Date and Time
		(c) 1995 J.A.Roeckelein  [ash@indirect.com]
                -------------------------------------------

This program displays the current date and time in binary format.  It uses 
ordinary ol' BIOS text mode 3 for colorful full-screen output.  The following 
components are displayed:

	Field		Bits	Range (decimal)
	-----   	----    ---------------
	Year		12	0..4095 [A.D.]
	DayOfYear	9	0..365	[nth day of year]
	Month		4	1..12	[1=Jan,2=Feb,etc.]
	DayOfMonth	5	1..31	[1=1st,2=2nd,etc.]
	DayOfWeek	3	1..7	[1=Sun,2=Mon,etc.]
	Hours		5	0..23	[0=Midnight,1=1AM,etc.]
	Minutes		6	0..59	[minutes past the hour]
	Seconds		6	0..59	[seconds past the minute]
	Hundredths	7	0..99	[1/100 of a second past the second]

To run the program, type:

	BINCLK

...at the command line.  For your hacking pleasure, the source code is
included in the archive SOURCE.ZIP.


----------------------------[ LEGAL-TYPE STUFF ]-----------------------------
This software is   Copyright (c) 1995 by J.A.Roeckelein.     This software is
freeware,  is freely distributable,  and may be included with other,  similar
software in archives and CDROMs.   This software may  not be sold or used for
profit  (except when included in large archive distributions)  without  prior
arrangement  with J.A.Roeckelein  (contact ash@indirect.com).   This software 
may not be altered.  The user assumes  all risk  associated  with  the use of
this software.   We now return you to the regularly scheduled programming...
-----------------------------------------------------------------------------

