home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18503 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.4 KB

  1. Path: sparky!uunet!cbmvax!chrisg
  2. From: chrisg@cbmvax.commodore.com (Chris Green)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Copying memory
  5. Message-ID: <38459@cbmvax.commodore.com>
  6. Date: 11 Jan 93 15:07:46 GMT
  7. References: <1993Jan8.143933.10146@doug.cae.wisc.edu>
  8. Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 20
  11.  
  12. In article <1993Jan8.143933.10146@doug.cae.wisc.edu> pochanay@cae.wisc.edu (Adisak Pochanayon) writes:
  13. >
  14. >    I need help with writing a program to copy FAST memory to CHIP memory
  15. >as fast as physically possible.  I have heard of several methods in asm
  16. >to do this, one in particular involving movem.l instructions.  I also need
  17. >a routine to clear areas of memory as fast as possible.  If someone could
  18. >e-mail me routines to do these functions I would be very pleased.
  19. >
  20. >pochanay@cae.wisc.edu
  21.  
  22.  
  23.     exec.library/CopyMem() is a good start. No FillMem() though :-(.
  24. -- 
  25. *-------------------------------------------*---------------------------*
  26. |Chris Green - Graphics Software Engineer   - chrisg@commodore.COM      f
  27. |                  Commodore-Amiga          - uunet!cbmvax!chrisg       n
  28. |My opinions are my own, and do not         - icantforgettheimpression  o
  29. |necessarily represent those of my employer.- youmadeyouleftaholeinthe  r
  30. |"A screaming comes across the sky..."      - backofmyhead              d
  31. *-------------------------------------------*---------------------------*
  32.