home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TUR6_101.ZIP / READ-ME.DOC < prev    next >
Encoding:
Text File  |  1986-06-11  |  3.0 KB  |  50 lines

  1.      *-------------------------- TURBO S.I.X. ---------------------------*
  2.      |                              #101                                 |
  3.      |                                                                   |
  4.      | A set of enhancements to Turbo Pascal that use EXTERNAL assembler |
  5.      | code to access and control the video display on an IBM-PC or      |
  6.      | clone. This code was developed and submitted by Turbo S.I.X.      |
  7.      | member Kevin Dahl. It provides an excellent example of using      |
  8.      | assembler and the EXTERNAL compiler directive to enhance Turbo    |
  9.      | Pascal by taking advantage of system dependent features.          |
  10.      |                                                                   |
  11.      | P.O. Box 8373, Waco, TX 76710                                     |
  12.      | 3101 Mitchell, Waco, TX 76708                      (817) 753-2182 |
  13.      *-------------------------------------------------------------------*
  14.  
  15.      V1    ASM     1996           V13   ASM     1624  Assembler source
  16.      V2    ASM     1975           V14   ASM     5022  code for the 25
  17.      V3    ASM     5444           V15   ASM     2348  Turbo Pascal
  18.      V4    ASM     5138           V16   ASM     2743  enhancement routines.
  19.      V5    ASM     5217           V17   ASM     9385
  20.      V6    ASM     5019           V18   ASM     2743  The .ENH files that
  21.      V7    ASM     5090           V19   ASM     9410  follow contain the
  22.      V8    ASM     9671           V20   ASM     1731  binary code which is
  23.      V9    ASM     1561           V21   ASM     8218  included in your Turbo
  24.      V10   ASM     5122           V22   ASM     1871  programs with the
  25.      V11   ASM     1382           V23   ASM     1871  EXTERNAL compiler
  26.      V12   ASM     2392           V24   ASM     6974  directory.
  27.                                   V25   ASM     7044
  28.  
  29.      V1    ENH    30 BorderColor  V13   ENH       16  InitVideo
  30.      V2    ENH    29 ClrWin       V14   ENH      101  PutScrn
  31.      V3    ENH   121 ColorMsg     V15   ENH       42  RvsVideo
  32.      V4    ENH   109 FillCol      V16   ENH       41  ScrollDn
  33.      V5    ENH   110 FillColAttr  V17   ENH      217  ScrollLeft
  34.      V6    ENH   106 FillRow      V18   ENH       41  ScrollUp
  35.      V7    ENH   107 FillRowAttr  V19   ENH      223  ScrollRight
  36.      V8    ENH   264 FrameWin     V20   ENH       19  SetCursorSize
  37.      V9    ENH    19 GetCursorSiz V21   ENH      235  WaitMsg
  38.      V10   ENH   101 GetScrn      V22   ENH       22  WhereXAbs
  39.      V11   ENH    15 GetVideoMode V23   ENH       22  WhereYAbs
  40.      V12   ENH    27 GoToXYAbs    V24   ENH      154  WriteSt
  41.                                   V25   ENH      159  WriteStLn
  42.  
  43.      PRINTDOC PAS     5524   A useful program for printing nicely
  44.      PRINTDOC COM    14241   formatted documentation.
  45.  
  46.      V_DEMO   PAS    12806   A demo that illustrates the use of Kevin's
  47.      V_DEMO   COM    21273   enhancements.
  48.  
  49.      VIDEO    DOC    69376   Very well done documentation. 60 pages!
  50.