Output: Register HL - Number of seconds elapsed.
���������������Register A - Copy of Register L.
���������������Z flag set - TIMERS not yet called.
���������������All other registers are preserved.
Fortran calling convention:
ITIME=ITIMER(0)
Where: ITIME is either I*2 or I*1 variable.
�� i� � dumm� paramete� s� tha� FORTRAN-8�� wil�
���������������kno� tha� thi� i� � functio� call.
TIME Return date and time as 3 character strings.
Input: Register HL points to 3 byte Day of Week field.
���������������Register DE points to 8 byte date field.
���������������Register BC points to 8 byte time field.
Output: Th� � field� ar� se� t� th� curren� tim� an� date� �
���������������Day of Week - Abbreviation of Weekday.
���������������Date field - MM/DD/YY.
���������������Time field - HH:MM:SS.
���������������All registers are destroyed.
Fortran calling convention:
CALL TIME(WKDAY,DATE,TIMEX)
�����Where:����WKDAY is a 3 byte array.
DATE and TIMEX are 8 byte arrays.
TIMEB Return date and time in binary format.
Input: Register HL points to Day of Week word.
���������������Register DE points to 3 words for date.
���������������Register BC points to 3 words for time.
Output: The 3 fields are set to current date and time.
���������������Weekday is in the range 0-6 (0=Monday).
����������������Date is in the order Month,Day,Year.
���������������Time is in the order Hour,Minute,Second.
���������������All registers are destroyed.
Fortran calling convention:
CALL TIMEB(IWKDAY,IDATE,ITIME)
Where: IWKDAY is I*2 variable for Weekday.
IDATE and ITIME are I*2 arrays of 3 for date and time.
IBAUD Get or Set the baud rate for a pysical device.
Input: Register HL points to the Baud rate word.
If baud rate=0 then return current baud rate.
���������������Otherwise set the device to value at baud rate.
���������������Register DE points to device number byte.
IMXDEV Returns the maximum physical device number.
Input: none.
Output: Register L - Maximum device number.
���������������Register A - Copy of Register L.
���������������Register H - 0
���������������All other registers are preserved.
���������������0 Device may do input
���������������1 Device may do output
���������������2 Software selectable baud rates
���������������3 Device may use XON/XOFF protocol
���������������4 XON/XOFF protocol enabled
���������������5-7 Reserved for future use