From: megacz Date: Fri, 20 Mar 2009 02:08:22 +0000 (-0700) Subject: remove [Rq] bit from tests in Rotator.ship and Lut3.ship X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a96db4245754c694d1f27c20c4ec78bd41e81187;p=fleet.git remove [Rq] bit from tests in Rotator.ship and Lut3.ship --- diff --git a/ships/Lut3.ship b/ships/Lut3.ship index dc56e2b..a85b8f3 100644 --- a/ships/Lut3.ship +++ b/ships/Lut3.ship @@ -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: diff --git a/ships/Rotator.ship b/ships/Rotator.ship index 810948b..74cb3f1 100644 --- a/ships/Rotator.ship +++ b/ships/Rotator.ship @@ -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;