home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / doc / smith.txt < prev    next >
Text File  |  1990-07-05  |  967b  |  25 lines

  1. SMITH.SEQ       Documentation on utilities provided by Robert L. Smith.
  2.  
  3.          DMULDIV.SEQ
  4.  
  5.           A 64 bit by 32 bit mixed divide, with a 32 bit quotient and
  6.         a 32 bit remainder result.  Also, a 32 bit by 32 bit
  7.         multiply, yielding a 64 bit product (all unsigned).  Written
  8.         by Robert L. Smith in 8086 assembly.
  9.  
  10.         FFLOAT.SEQ
  11.  
  12.           Software support for the 8087 floating point chip. This is
  13.         Robert Smith's new Fast floating point interface to the hardware
  14.         chip.
  15.  
  16.         SFLOAT.SEQ
  17.  
  18.           Software floating point package for those of us who don't have
  19.         an 8087. It is compatable with the Forth Venders Group floating
  20.         point standard. Several files are loaded by SFLOAT.SEQ.  This
  21.         IS a COPYRIGHTed package, and may be used for your personal
  22.         purposes only.  You may not sell it as part of any software
  23.         package without the consent of Robert Smith.
  24.  
  25.