home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18381 < prev    next >
Encoding:
Text File  |  1993-01-08  |  832 b   |  19 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!umn.edu!doug.cae.wisc.edu!pochanay
  3. From: pochanay@cae.wisc.edu (Adisak Pochanayon)
  4. Subject: Copying memory
  5. Organization: College of Engineering, Univ. of Wisconsin--Madison
  6. Date: 8 Jan 93 14:39:32 CST
  7. Message-ID: <1993Jan8.143933.10146@doug.cae.wisc.edu>
  8. Sender: pochanay@cae.wisc.edu
  9. Lines: 8
  10.  
  11.     I need help with writing a program to copy FAST memory to CHIP memory
  12. as fast as physically possible.  I have heard of several methods in asm
  13. to do this, one in particular involving movem.l instructions.  I also need
  14. a routine to clear areas of memory as fast as possible.  If someone could
  15. e-mail me routines to do these functions I would be very pleased.
  16.  
  17. pochanay@cae.wisc.edu
  18.  
  19.