home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 487.lha / SwapSlowFast / ReadMe < prev    next >
Text File  |  1991-03-11  |  728b  |  21 lines

  1. SwapSlowFast swaps the first two entries in the memory list provided
  2. these are both fastmemory regions. So running it on a machine without
  3. two fastmemory regions will do nothing.
  4.  
  5. The operation is atomic (Forbid/Permit pair) and should therefore be
  6. completely secure.
  7.  
  8. So if you've some 32bits memory followed by some 16bits fast,
  9. You might use the following sequence;
  10.  
  11. SwapSlowFast             << Put 16bits up front
  12. AddBuffers
  13. SwapSlowFast             << Put 32bits back up front
  14.  
  15. To cause AddBuffers to allocate (if available) 16 bits memory.
  16.  
  17. Should also work for SlowFastMemory in the older 500/2000s. Come to
  18. think of it, this thing is a kind of reversible "FastMemFirst".
  19.  
  20. This program is pure, and may be made resident.
  21.