home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / s3bit10.zip / S3BIT10.DOC < prev   
Text File  |  1993-03-19  |  3KB  |  64 lines

  1. Program:    S3 Bit Calculator Package (2BIT.EXE and BIT.EXE)
  2. Version:    1.0
  3. Author:     George Spafford
  4. Date:       03/19/93
  5.  
  6. Purpose:
  7.  
  8. To calculate the decimal number given the bit positions using BIT.EXE.
  9. To calculate the bit positions given the decimal number using 2BIT.EXE.
  10.  
  11.  
  12. Procedure:
  13.  
  14. If you know the bit sequence and need the decimal number that it represents,
  15. use BIT.EXE.  It can either be run entirely from the command line or by
  16. answering prompted questions.  If you run the program and answer questions,
  17. just hit ENTER by itself to exit the program.  For the command line, BIT is
  18. used as follows:
  19.  
  20.         BIT [image]
  21.         
  22.             [image] is the bit map.  For example: BIT 101
  23.                                          answer:  5
  24.                     Leading zeroes are ignored.
  25.                     
  26.         If the answer becomes -1, then the inputted bit image is too large
  27.         for the program to handle  (2^31 is the largest value).
  28.                     
  29. If you know the decimal value, but need to determine the bit sequence, the
  30. procedure is very similar.  The program can either be run entirely from the
  31. command line or the user can answer prompts. 
  32.  
  33.         2BIT [number]
  34.         
  35.              [number] is the decimal number.  For example:  2BIT 128
  36.                                                   answer:   10000000
  37.         
  38.                                                                     
  39. Please Register:
  40.  
  41. S3Bit is distributed as shareware.  It is not public domain.  If you find
  42. that S3Bit is a useful utility, please register it for $10 per copy.
  43. Please make payment in U.S. funds to
  44.  
  45.                 George Spafford
  46.                 3003 LakeShore Drive, #216
  47.                 St. Joseph, MI 49085
  48.  
  49.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  50.                                Sysop:  Tim Akright
  51.  
  52.         
  53.         I can also be contacted via E-Mail on EXEC-PC and Channel-1.
  54.       
  55.  
  56. THE S3BIT PACKAGE IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  57. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  58. TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  59. WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  60. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  61. SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  62. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  63. -----------------------------------------------------------------------
  64.