home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / asmprogs / clear / clear.doc < prev   
Text File  |  1987-10-25  |  632b  |  13 lines

  1. Documentation for Clear
  2.  
  3.        This program is used to fill unused areas of memory with a specific byte
  4. pattern.  For example, if you wish to fill free memory areas with 'w' ($77, 119
  5. decimal), use "clear 77".  If you are thinking now that this program is of no
  6. use to you, you are probably right.  I use it only as a quick and dirty way to
  7. recognize unused areas of memory when browsing with Metascope.  I would have
  8. supplied the source code, if I had not accidently lost it recently.  This was my
  9. first attempt at assembly language programming on the Amiga, so it probably has
  10. bugs lurking in it somewhere.  
  11.  
  12.   Glen McDiarmid
  13.