home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / colortbl.zip / COLORTBL.DOC < prev    next >
Text File  |  1988-01-30  |  3KB  |  57 lines

  1.  
  2.  
  3.       COLORTBL - A COLOR ATTRIBUTE TABLE POP-UP FOR USE WITH DESQVIEW
  4.  
  5.  
  6.  
  7.       Written By: Phillip A. Kaufman                     January, 1988
  8.  
  9.       Copyright 1988 Phillip A. Kaufman. All rights, except those
  10.       specifically granted herein are reserved by the author. The right
  11.       to copy and distribute this material is granted without fee for
  12.       any and all non-commercial use. This material specifically may
  13.       not be distributed or sold for a fee nor incorporated in whole or
  14.       in part into any other product that is distributed or sold for a
  15.       fee without specific permission of the author. To obtain special
  16.       permission or to report any difficulties with this material
  17.       contact:
  18.                         Phillip A. Kaufman
  19.                         19987 Moran Lane
  20.                         Saratoga, CA 95070
  21.  
  22.       THIS MATERIAL IS DISTRIBUTED "as is" WITHOUT ANY EXPRESSED OR
  23.       IMPLIED WARRANTY OR LIABILITY FOR DIRECT, INDIRECT OR
  24.       CONSEQUENTIAL DAMAGES.
  25.  
  26.  
  27.       OVERVIEW
  28.  
  29.       This program is similar to others written in assembly language
  30.       but it is written entirely in C. It was done to show that such
  31.       a program in C is nearly as small and fast as is the assembly
  32.       version and is easy for the user to modify as desired.
  33.  
  34.       The program displays the colors possible on a display. For each
  35.       color combination the attribute byte [background color << 4 |
  36.       foreground color] is shown in hex.
  37.  
  38.       Use:    ESC to exit
  39.  
  40.       Installation: Must be installed in Desqview environment.
  41.                 Requires a DV memory size of only 3k.
  42.                 Must set the window size to 8 high and 49 wide.
  43.                 Program generates colors so set Uses Own Colors.
  44.  
  45.       Files:
  46.               colortbl.c      the source file ( for MSC 4.0;
  47.                                 compile with small model and link
  48.                                 with stack of 150 bytes - IT IS
  49.                                 REALLY IMPORTANT to either use linker
  50.                                 directive to set stack or to use
  51.                                 EXEMOD. Microsoft's default stack size
  52.                                 is 2k and program will crash DV if
  53.                                 loaded into a 3k segment.)
  54.               colortbl.exe    compiled version of above - fits in 3k
  55.                                 with room to spare!
  56.               ct-pif.dvp      dv 2.0 pif file
  57.