home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_GAME / WINCORE1.ZIP / MICE.WAR < prev    next >
Text File  |  1994-03-25  |  315b  |  13 lines

  1. ;       MICE
  2. ;       by: Chip Wendell
  3.  
  4. ptr     dat     #0     ,  #0
  5. start   mov     #12    ,  ptr
  6. loop    mov     @ptr   ,  <copy
  7.         djn     loop   ,  ptr
  8.         spl     @copy  ,  0
  9.         add     #653   ,  copy
  10.         jmz     start  ,  ptr
  11. copy    dat     #0     ,  #833
  12.         end     start
  13.