remove [Rq] bit from tests in Rotator.ship and Lut3.ship
authormegacz <adam@megacz.com>
Fri, 20 Mar 2009 02:08:22 +0000 (19:08 -0700)
committermegacz <adam@megacz.com>
Fri, 20 Mar 2009 02:08:22 +0000 (19:08 -0700)
ships/Lut3.ship
ships/Rotator.ship

index dc56e2b..a85b8f3 100644 (file)
@@ -376,8 +376,8 @@ alu.in1:
 alu.out:
   set olc=2;
   head;
-  [Rq] recv token, collect, send to lut.inLut;
-  [Rq] send to alu.in1;
+  recv token, collect, send to lut.inLut;
+  send to alu.in1;
   tail;
 
 lut.inLut:
index 810948b..74cb3f1 100644 (file)
@@ -105,11 +105,11 @@ rotator.inAmount:
 rotator.out:
    set olc=3;
    head;
-   [Rq] collect, send to debug.in;
-   [Rq] set flags a=c, b=b;
-   [Rq] [!a] set word=0;
-   [Rq] [a]  set word=1;
-   [Rq] send to debug.in;
+   collect, send to debug.in;
+   set flags a=c, b=b;
+   [!a] set word=0;
+   [a]  set word=1;
+   send to debug.in;
    tail;