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

  1. Documentation for AddKickMem
  2.  
  3.        This program is useable if you have Kickstart in ROM on your Amiga 1000.  
  4. It ignores any command line parameters, it cannot be used to add other than the
  5. memory between F80000 and FBFFFF unless you reassemble with different start and
  6. end addresses.
  7.  
  8.        I originally wrote this program as an exercise in converting a program
  9. from BCPL into assembler.  It is designed for speed and size, and does
  10. absolutely no checking.  If you run it on a machine with no memory between
  11. F80000 and FBFFFF, it will crash.  If you run it more than once since the last
  12. warm boot, it will crash.
  13.  
  14.   Program copyright Glen McDiarmid 1987.  Use, modify and distribute freely.
  15.