The LazyBoy Library Manual - GetSysTime

Part of the System group.

%imacro GetSysTime 2
Prefers: CX, DX

Return the current system time.

On return:

%1 high byte is the hour 0-23.

%1 low byte is the minute 0-59.

%2 high byte is the second 0-59.

%2 low byte is the 100th of seconds 0-99.

Example:

    GetSysTime CX, DX     ; get the time

See also GetSysDate