
                              CLOCK Version 1.0
                    Copyright(c) 1996 by Asko Vuori, Finland
                              All Rights Reserved

   This is little TSR (Terminate and Stay Resident) program to show
    current time on screen.
    Program uses only 464 bytes of memory.

    Usage:
        CLOCK [column] [line] [color]

    Parameter:
      - column is in range 0 to 70 (on 80 column screen)
      - line is in range 0 to 24 (on normal 25 line screen)
      - color in in range 0 to 255 (or $00 to $FF)
        where bits b0-b3 are foreground
                   b4-b6 are background
                   b7    is blink
      - if no parameter then first time clock is installed in default
        position (column is 70 and line is 1)
        in second time try uninstall clock.
      - this program can't uninstall itself if interrup 1Ch is rehooked
        after clock.

    Version history:
       1.0  - (  6.Jul.1996 by Asko Vuori )
            - Original version
