From a96db4245754c694d1f27c20c4ec78bd41e81187 Mon Sep 17 00:00:00 2001 From: megacz Date: Thu, 19 Mar 2009 19:08:22 -0700 Subject: [PATCH] remove [Rq] bit from tests in Rotator.ship and Lut3.ship --- ships/Lut3.ship | 4 ++-- ships/Rotator.ship | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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; -- 1.7.10.4