]> iEval git - clump.git/blobdiff - cells.pl
implement routing + storei instruction
[clump.git] / cells.pl
index c8a936a8c3e09670f5f23457434772bf8ecaa070..68c0f9e81b7e0e143724589373d9fd5b4744d8f8 100644 (file)
--- a/cells.pl
+++ b/cells.pl
@@ -28,7 +28,7 @@ sub read_write_two_ways {
 }
 
 sub conway_step {
-       say "CONWAY STEP";
+       #say "CONWAY STEP";
        # write memory 0 to news
        # read from news direction 0 into memory 1
        # write memory 0 to news
@@ -106,7 +106,7 @@ sub conway_step {
 #      read_ 5;
 #      read_ 6;
 
-       sleep 10;
+       #sleep 10;
 }
 
 $| = 1;
@@ -119,7 +119,7 @@ loadi 0, 0x2022;
 store 0, flag_zero, 0, 0;
 read_ 0;
 read_ 0;
-sleep 10;
+#sleep 10;
 
 conway_step;
 conway_step;
This page took 0.016295 seconds and 4 git commands to generate.