Diff for /gforth/arch/4stack/README between versions 1.2 and 1.3

version 1.2, 1998/07/05 20:50:01 version 1.3, 2000/08/13 19:03:43
Line 3  processor. Create an gforth image for th Line 3  processor. Create an gforth image for th
   
 make kernl-4stack.fi  make kernl-4stack.fi
   
 This also creates a file for the simulator in the directory ../4stack.  This also creates the file gforth.4o for the simulator in the directory
   ../4stack.
   
 Load this image into the simulator and run the simulator with  Load this image into the simulator and run the simulator with
   
 cd ../4stack; 4stack kernl-4stack.4o  cd ../4stack; 4stack gforth.4o
   
 Additonally, there are two more complex examples (two terminal games,  Additonally, there are two more complex examples (two terminal games,
 Sokoban and Tetris). To create the image games-misc.fi, do the  Sokoban and Tetris). To create the image, do the following:
 following:  
   
 Add  Add
   
Line 19  include arch/misc/sokoban.fs Line 19  include arch/misc/sokoban.fs
 include arch/misc/tt.fs  include arch/misc/tt.fs
   
 in main.fs just before "include special.fs". Perform a make  in main.fs just before "include special.fs". Perform a make
 kernl-4stack.fi like above. Move the resulting kernl-4stack.4o to  kernl-4stack.fi like above. Move the resulting gforth.4o to
 games-4stack.4o, and start the simulator:  gforth-games.4o, and start the simulator:
   
 cd ../4stack  cd ../4stack
 mv kernl-4stack.4o games-4stack.4o  mv gforth.4o gforth-games.4o
 4stack games-4stack.4o  4stack gforth-games.4o
   
 Now type in "sokoban" <return> or "tt" <return> to play sokoban or  Now type in "sokoban" <return> or "tt" <return> to play sokoban or
 tetris (both run at reasonable speed on a Pentium 133). To stop either  tetris (both run at reasonable speed on a Pentium 133). To stop either

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>