From oversby@marge.zfe.siemens.de Fri Jul 12 15:47:32 1996 Received: by couchey.inria.fr (5.57/Ultrix3.0-C) id AA07633; Fri, 12 Jul 96 15:47:32 +0200 Received: from david1.siemens.de ([146.254.1.8]) by nez-perce.inria.fr (8.7.1/8.7.1) with ESMTP id PAA16757 for ; Fri, 12 Jul 1996 15:47:29 +0200 (MET DST) Received: from ztivax.zfe.siemens.de (root@ztivax.siemens.de [146.254.1.2]) by david1.siemens.de (8.7.5/8.7.3) with SMTP id LAA22170 for ; Fri, 12 Jul 1996 11:25:54 +0200 (MDT) Received: from marge.zfe.siemens.de (marge) by ztivax.zfe.siemens.de with SMTP id AA04780 (5.67a/IDA-1.5 for ); Fri, 12 Jul 1996 11:28:47 +0200 Received: (from oversby@localhost) by marge.zfe.siemens.de (8.6.12/8.6.12) id LAA12575 for Damien.Doligez@inria.fr; Fri, 12 Jul 1996 11:53:56 +0200 From: Ian Oversby ZFE T SE 5 (buchen) Message-Id: <199607120953.LAA12575@marge.zfe.siemens.de> Subject: Tsunami v0.1 To: Damien.Doligez@inria.fr Date: Fri, 12 Jul 1996 11:53:56 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Status: R Hi Planar, I have another warrior to post. I haven't finished it yet, the full version will have better step and a decoy, which is invisible to the scanner (hopefully). Anyway, there isn't a lot to say about it. It is just a mod-10 one-shot scanner with SPL/SPL/DAT core-clear (sometimes) and imp-gate. ;redcode-94 ;name Tsunami v0.1 ;author Ian Oversby ;strategy One-shot scanner ;assert 1 gate1 equ (gate-3) org loop for 90 dat.f $0, $0 rof gate dat.f #-25, bptr-gate1+3 spl.b #-20, #20 b1 spl.b #310, #300 loop add.f step, @scan scan sne.i *b1, @b1 djn.f loop, <-800 step spl.b #20, #20 cloop mov.i @bptr, >gate1 bptr djn.b cloop, {b1 end From oversby@marge.zfe.siemens.de Mon Jul 15 11:18:52 1996 Received: by couchey.inria.fr (5.57/Ultrix3.0-C) id AA16778; Mon, 15 Jul 96 11:18:52 +0200 Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by nez-perce.inria.fr (8.7.1/8.7.1) with SMTP id LAA29675 for ; Mon, 15 Jul 1996 11:18:44 +0200 (MET DST) Received: from ztivax.zfe.siemens.de (ztivax.siemens.de) by david.siemens.de with SMTP id AA24174 (5.67a/IDA-1.5 for ); Mon, 15 Jul 1996 11:18:33 +0200 Received: from marge.zfe.siemens.de (marge) by ztivax.zfe.siemens.de with SMTP id AA24140 (5.67a/IDA-1.5 for ); Mon, 15 Jul 1996 11:18:31 +0200 Received: (from oversby@localhost) by marge.zfe.siemens.de (8.6.12/8.6.12) id LAA14561 for Damien.Doligez@inria.fr; Mon, 15 Jul 1996 11:43:45 +0200 From: Ian Oversby ZFE T SE 5 (buchen) Message-Id: <199607150943.LAA14561@marge.zfe.siemens.de> Subject: Tsunami v0.1 To: Damien.Doligez@inria.fr Date: Mon, 15 Jul 1996 11:43:44 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Status: R Hi Planar, I'm not sure if you got this the first time I mailed it (my mailer said your network was unreachable), so here it is again. It is a basic one-shot scanner to SPL/SPL/DAT clear (sometimes). The clear pointer is before the code which acts as an imp-gate. It is not finished yet. Planned improvements are a better step, boot and decoy. It is one of the components in Earthquake. Ian ;redcode-94 ;name Tsunami v0.1 ;author Ian Oversby ;strategy One-shot scanner ;assert 1 gate1 equ (gate-3) org loop for 90 dat.f $0, $0 rof gate dat.f #-25, bptr-gate1+3 spl.b #-20, #20 b1 spl.b #310, #300 loop add.f step, @scan scan sne.i *b1, @b1 djn.f loop, <-800 step spl.b #20, #20 cloop mov.i @bptr, >gate1 bptr djn.b cloop, {b1 end