#move 0,0
--------------------------------------
    36k Memory exp. to Amiga 1000
--------------------------------------

1) First run kick.   ->  It erases the
   kickstart writeprotect.   ->  Amiga
   will reset.
2) Boot Amiga from disk which  DOESN'T
   include Workbench.
3) addkickmem   ->  Adds part of kick-
   start to free memory list.  ->  You
   got 36 kbytes more memory! 
4) LoadWB -> Amiga will crash, because
   we have lost those parts from kick-
   start where Workbench lives.
5) Do NOT test the point 4!  (It isn't 
   free to use!)   
6) If you  reset the Amiga,  you  must
   reload kickstart.

 AbsExecBase     equ     4
 AddMemList      equ    -$26a
 MEMF_PUBLIC     equ     1
 MEMF_FAST       equ     4

 move.l  AbsExecBase,a6
 moveq   #MEMF_FAST!MEMF_PUBLIC,d1  
#move 325,0
 moveq  #0,d2                      
 lea    $feb500,a0                 
 move.l #$8ca0,d0                  
 sub.l  a1,a1                      
 jsr    AddMemList(a6)             
 moveq  #0,d0                      
 rts
 end
               (XYZ-Soft & Wyzinski)
--------------------------------------
 This 36k memory  expansion is  Public
Domain. It means, it can be freely co-
pied to your purposes  but use in any-
kind of commercial purposes  is stric-
ly prohibited.

 Anyway,  feel free to send some  use-
ful stuff (NOT games !)
All necressary programs to memory exp.
are on this disk.(kick,addkickmem)

  Wyzinski the Orc
  Ainolantie 2
  40520 JYVASKYLA
  FINLAND

               (XYZ-Soft & Wyzinski)
--------------------------------------
