home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / fastlife.lbr / FASTLIFE.DZC / FASTLIFE.DOC
Encoding:
Text File  |  1993-10-26  |  896 b   |  22 lines

  1.     FASTLIFE.DOC  1.00  by Carl Flarity
  2.  
  3. This is an  improved  version  of  the LIFE  program
  4. already  in the FOG  library.  It is  written in Z80
  5. Assembly  code  and thus  executes much  faster than
  6. the  other  versions.  You  also have the  option of 
  7. changing   patterns   as   succeeding    generations
  8. proceed. 
  9.  
  10. You  may  enter patterns a line at a time or use the
  11. number pad as a "joy-stick" to reposition the cusor.
  12.  
  13. The size  of the  "universe"  is  60  columns by  32
  14. lines. Patterns wrap around at the edges so that the
  15. left edge  continues  onto  right edge,  bottom edge 
  16. continues onto top edge.
  17.  
  18. Note that FASTLIFE uses Z80 code and writes directly
  19. into CRT memory assuming width of 128 characters. It 
  20. seems  feasible  to  adapt  this  program  to a non-
  21. OSBORNE  Z80  CP/M  system  given  the  source  code
  22. provided  in  FASTLIFE.ASM.