home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFUTILS.ARC / SMITH.ARC / SMITH.TXT < prev   
Encoding:
Text File  |  1987-11-23  |  574 b   |  17 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.         GRAPHICS.SEQ
  11.  
  12.           This is a simple graphics package, with line draw and point
  13.         plotting. It has been minimally tested after conversion to this
  14.         sequential direct threaded Forth system.
  15.  
  16.  
  17.