From Ian.Oversby@zfe.siemens.de Wed Jun 5 11:08:21 1996 Received: by couchey.inria.fr (5.57/Ultrix3.0-C) id AA20042; Wed, 5 Jun 96 11:08:21 +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 LAA22332 for ; Wed, 5 Jun 1996 11:08:19 +0200 (MET DST) Received: from ztivax.zfe.siemens.de (ztivax.siemens.de) by david.siemens.de with SMTP id AA17074 (5.67a/IDA-1.5 for ); Wed, 5 Jun 1996 11:07:44 +0200 Received: from slappy.zfe.siemens.de (slappy) by ztivax.zfe.siemens.de with SMTP id AA24358 (5.67a/IDA-1.5); Wed, 5 Jun 1996 11:07:44 +0200 Received: (from oversby@localhost) by slappy.zfe.siemens.de (8.6.12/8.6.12) id KAA24143; Wed, 5 Jun 1996 10:58:06 +0200 Date: Wed, 5 Jun 1996 10:58:06 +0200 From: Ian Oversby ZFE T SE 5 (buchen) Message-Id: <199606050858.KAA24143@slappy.zfe.siemens.de> To: Damien.Doligez@inria.fr Subject: Crystal v0.3 Cc: oversby@slappy.zfe.siemens.de, ee31io@surrey.ac.uk X-Sun-Charset: US-ASCII Status: RO Hello again, I am fairly sure that the version of my clear that I sent you, does not do what I wanted it to do. The idea is to lay a SPL pass, the first SPL overwrites the gat line which then starts the SPL pass again, only with a DJN this time instead of a SPL, therefore it is offset by one. The DJN decrements gat which now points to the third DAT, thus overwriting "gat" with that DAT. A DJN/DAT pass now commences which ends with the DJN decrementing gat again, overwriting gat with the second DAT. All subsequent passes overwrite gat with the second DAT and thus the chequered DAT clear continues until the end of the round. The pattern for locations 6, 7 and 8 if gat is location 1 is therefore: 6 7 8 - SPL DJN - DJN SPL - DJN DAT DJN DAT DJN Hopefully, this is a corrected version of the warrior I sent yesterday. ;redcode-94 ;name Crystal v0.3 ;author Ian Oversby ;strategy v0.1 100% Imp-gate Core-Clear SPL/DAT/DAT... with DJN.B ;strategy v0.2 Changed to DJN.F and SPL/SPL/DAT/DAT... ;strategy v0.3 Removed bugs (I hope) ;Planar: stun, clear, gate gat DAT.F #3, #7 DAT.F #1, #6 DAT.F #2, #7 SPL.B #3, #7 loop MOV.I *gat, >gat ; anti-imping dirty core-clear DJN.F loop, >gat ; SPL/SPL/DAT/DAT... and DJN.F Could you please include this warrior in your archive instead of the other one? I can't remember what I called the previous one so Crystal will do. Thanks Ian Oversby From Ian.Oversby@zfe.siemens.de Wed Jun 5 11:39:05 1996 Received: by couchey.inria.fr (5.57/Ultrix3.0-C) id AA20106; Wed, 5 Jun 96 11:39:05 +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 LAA22655 for ; Wed, 5 Jun 1996 11:38:59 +0200 (MET DST) Received: from ztivax.zfe.siemens.de (ztivax.siemens.de) by david.siemens.de with SMTP id AA18615 (5.67a/IDA-1.5 for ); Wed, 5 Jun 1996 11:38:44 +0200 Received: from slappy.zfe.siemens.de (slappy) by ztivax.zfe.siemens.de with SMTP id AA27325 (5.67a/IDA-1.5 for ); Wed, 5 Jun 1996 11:38:43 +0200 Received: (from oversby@localhost) by slappy.zfe.siemens.de (8.6.12/8.6.12) id LAA24424 for Damien.Doligez@inria.fr; Wed, 5 Jun 1996 11:29:06 +0200 Date: Wed, 5 Jun 1996 11:29:06 +0200 From: Ian Oversby ZFE T SE 5 (buchen) Message-Id: <199606050929.LAA24424@slappy.zfe.siemens.de> To: Damien.Doligez@inria.fr Subject: Re: Crystal v0.3 X-Sun-Charset: US-ASCII Status: RO Hi, Oops, missed out an org... Guaranteed to lose 100% except against DAT!!! I'll try again. ;redcode-94 ;name Crystal v0.3 ;author Ian Oversby ;strategy v0.1 100% Imp-gate Core-Clear SPL/DAT/DAT... with DJN.B ;strategy v0.2 Changed to DJN.F and SPL/SPL/DAT/DAT... ;strategy v0.3 Removed bugs (I hope) ;Planar: stun, clear, gate org start gat DAT.F #3, #7 DAT.F #1, #6 DAT.F #2, #7 start SPL.B #3, #7 loop MOV.I *gat, >gat ; anti-imping dirty core-clear DJN.F loop, >gat ; SPL/SPL/DAT/DAT... and DJN.F Thanks Ian Oversby ----- End Included Message -----