From: adam Date: Wed, 2 Jan 2008 12:34:32 +0000 (+0100) Subject: reorder Alu3 instructions to deal with two-instruction literals X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b9dbc8cf26a34328893e2e462456f15e1baf1a07;p=fleet.git reorder Alu3 instructions to deal with two-instruction literals --- diff --git a/ships/Alu3.ship b/ships/Alu3.ship index 5995e9c..cb75410 100644 --- a/ships/Alu3.ship +++ b/ships/Alu3.ship @@ -122,7 +122,7 @@ public void service() { == Test ======================================================================== -#skip + #ship alu3 : Alu3 #ship lut3 : Lut3 #ship bitfifo : BitFifo @@ -138,8 +138,8 @@ public void service() { // r: 111000100110111000000 bitfifo.in: - deliver; // deliver a junk word literal 10000; + deliver; // deliver a junk word [37] deliver; // deliver it 37 times (once per bit) literal 0; [38] deliver; // deliver it 37 times