home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / source / expanded.seq < prev    next >
Text File  |  1991-02-12  |  965b  |  23 lines

  1. \ EXPANDED.SEQ  An interface to expanded memory for F-PC        by Tom Zimmer
  2.  
  3. comment:
  4.  
  5. **************************************************************************
  6. ********* NOTE!!! THIS CODE IS NOW BUILT INTO THE F-PC KERNEL ************
  7. **************************************************************************
  8.  
  9.   Here is an interface to the EMM (Expanded Memory Manager). I used the
  10. LOTUS/INTEL/MICROSOFT Expanded Memory Sp[ecification Version 4.0 to impliment
  11. these operators, using the assembly examples right out of their manual. Not
  12. all functions are supported, although you can certainly add any additional
  13. ones you might need.  What is supported is I believe sufficient for most
  14. applications.
  15.                                         Tom Zimmer
  16.  
  17.   All of the code that used to be in this file, with the exception of
  18. "?EMM" if now part of the F-PC kernel. The definition of "?EMM" has been
  19. moved into the file EMMEXMPL.SEQ.
  20.  
  21. comment;
  22.  
  23.