home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / QBUTIL5P.ZIP / QBDEMO.ZIP / BITSINFO.DEM < prev    next >
Encoding:
Text File  |  1990-02-01  |  640 b   |  22 lines

  1. This section provides demonstration for the 8 Bit utilities available
  2. is this release of QBUTIL.
  3.  
  4. BITS Utility List:
  5.  
  6. CheckBitNum - Check number to determine bit status.
  7.  
  8. CheckBitStr - Check bit equivalent to determine bit status.
  9.  
  10. GetHighLow - Get the high and low bytes of a 16 bit value.
  11.  
  12. MakeBitNum - Produce a number from a bit equivalent.
  13.  
  14. MakeBitStr - Produce a bit equivalent from a number.
  15.  
  16. SetBitNum - Set a bit status in a number.
  17.  
  18. SetBitStr - Set a bit status in a bit equivalent.
  19.  
  20. SetHighLow - Set a 16 bit value from two 8 bit values.
  21.  
  22.