||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||

                                             VLIB Distribution


                                                 Written by
                                                Richard Conn

                                       Copyright 1986   Richard Conn

                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
         Marketed and Distributed by:  ||||||||||||||||||||||||||||||
              Echelon, Inc             ||||||||||||||||||||||||||||||
              101 First Street         ||||||||||||||||||||||||||||||
              Los Altos, CA  94022     ||||||||||||||||||||||||||||||
              415/948-3820             ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
         Z-Node Central:               ||||||||||||||||||||||||||||||
              415/489-9005             ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||
                                       ||||||||||||||||||||||||||||||

















                    T A B L E   OF   C O N T E N T S

      1. VLIB.......................................................1
         1.1. VLIB..................................................1
              1.1.1. Clear Screen...................................1
              1.1.2. Cursor Positioning.............................1
              1.1.3. Erase to End of Line...........................1
              1.1.4. Initialization.................................1
              1.1.5. Print..........................................1
              1.1.6. Standout Mode..................................1
              1.1.7. Terminal Initialization........................1
         1.2. Other Files...........................................2













































                                   i








    1. VLIB

    1.1. VLIB

    1.1.1. Clear Screen
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    CLS                     VID1    .Z80      1      6  EA2B     16

    1.1.2. Cursor Positioning
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    AT                      VLAT    .Z80      1      5  64B4     1B
    GOTOXY                  VID7    .Z80      6     41  F1A5     DA

    1.1.3. Erase to End of Line
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    EREOL                   VID2    .Z80      1      7  7185     EE

    1.1.4. Initialization
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    VIDINIT, Z3VINIT        VIDB    .Z80      1      6  FBA0     7A

    1.1.5. Print
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    GXYMSG, VPRINT          VLGXYMSG.Z80      2     12  2BBE     B7

    1.1.6. Standout Mode
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    STNDOUT                 VID3    .Z80      1      7  2151     59
    STNDEND                 VID4    .Z80      1      7  9B07     71

    1.1.7. Terminal Initialization
    Contents                Filename.typ  Size K  Recs   CRC  Cksum
    TINIT                   VID5    .Z80      1      7  8B6A     EE
    DINIT                   VID6    .Z80      1      7  8DBF     55























                                    1








    1.2. Other Files

    VLIB.REL is the relocatable object code library of VLIB

            Filename.typ  Size K  Recs   CRC  Cksum
            VLIB    .REL      2     13  30C3     97


    VLIB.ZEX is used to assemble and create VLIB.REL
    VLIB.SEQ shows the linking order of the modules in VLIB

            Filename.typ  Size K  Recs   CRC  Cksum
            VLIB    .ZEX      1      3  6386     93
            VLIB    .SEQ      1      1  4AFD     02


    VLIB.CN is this document file

            Filename.typ  Size K  Recs   CRC  Cksum
            VLIB    .CN       3     21  EB7D     FD


    The following are the Help Files for VLIB

            Filename.typ  Size K  Recs   CRC  Cksum
            VLIB    .HLP     11     88  EFB6     26































                                    2









    A
    AT, 1

    C
    CLS, 1

    D
    DINIT, 1

    E
    EREOL, 1

    G
    GOTOXY, 1
    GXYMSG, 1

    S
    STNDEND, 1
    STNDOUT, 1

    T
    TINIT, 1

    V
    VIDINIT, 1
    VLIB, 1
    VPRINT, 1

    Z
    Z3VINIT, 1


























                                    3