home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma45.dms / ma45.adf / FME / FME.doc < prev    next >
Text File  |  2002-10-23  |  1KB  |  37 lines

  1.  
  2.  
  3.                             ›32mF›0mast ›32mM›0memory ›32mE›0mmulator
  4.  
  5.    This program is destined for users of A600/A1200 with no Fast memory.
  6.  
  7.    Like the name says this program serves to emulate the Fast memory
  8.    on machines, that have not this one.
  9.  
  10.                               ›32mHOW DOES IT WORK›0m
  11.  
  12.    After started the program it patches the AllocMem() function of Exec
  13.    library. If any program tries to allocate some Fast memory then
  14.    FME causes that the program allocates the best available memory.
  15.  
  16.    Example:
  17.  
  18.    a program allocates 789 bytes of Fast memory, it looks like this
  19.  
  20.            AllocMem( 789,MEMF_FAST)
  21.  
  22.    FME would cause that it looks like this
  23.  
  24.            AllocMem( 789,0L)
  25.  
  26.                     Program was 100% written in assembler.
  27.  
  28.                         Program is ›32mPUBLIC DOMAIN›0m.
  29.  
  30.                 If you have any problems then write on address:
  31.  
  32.                                 Grzegorz Krolik
  33.                              ul. Wyszynskiego 8/19
  34.                                42-400 Zawiercie
  35.                                     Poland
  36.  
  37.