Article 2243 of rec.games.corewar: Path: hellgate.utah.edu!dog.ee.lbl.gov!agate!howland.reston.ans.net!xlink.net!scsing.switch.ch!swidir.switch.ch!univ-lyon1.fr!jussieu.fr!univ-lille1.fr!ciril.fr!rhea.scinfo.u-nancy.fr!moreau From: moreau@rhea.scinfo.u-nancy.fr (Pierre-Etienne Moreau) Newsgroups: rec.games.corewar Subject: Anti-gate 2 Date: 5 Nov 1993 22:10:24 GMT Organization: ISIAL - ESIAL -- Nancy (France) Lines: 91 Distribution: world Message-ID: <2bej0g$210@arcturus.ciril.fr> NNTP-Posting-Host: rhea.scinfo.u-nancy.fr Here is another anti-gate But there's a problem. It isn't as resistant as Kline's method. It does 100% against 100%c gates. gate1 spl 0, <-10 dat <-11 ==> 100% W , 0% L , 0% T gate2 spl 0, <-10 dat <-11,<-11 ==> 50% W , 50% L , 0% T gate3 spl 0, <-10 dat <-11,<-12 ==> 100% W , 0% L , 0% T gate4 spl 0, <-10 dat <-11,<-12+2667 ==> 100% W , 0% L , 0% T gate3 spl 0, <-10 dat <-11,<-12-2668 ==> 0% W , 100% L , 0% T There are 3 3-points spirals with a 'magic' order !!! When a spiral is decremented, it becomes a mov 0,2667 inc1 equ 2667 inc2 equ 2667+2667 imp1 equ imp imp2 equ imp+2667 imp3 equ imp+2667+2667 start mov imp,imp2 mov imp,imp2+1 mov imp,imp2+2 mov imp,imp3 mov imp,imp3+1 mov imp,imp3+2 ; spirale 1 debut spl 16 spl 8 spl 4 spl 2 jmp imp1 jmp imp2+1 spl 2 jmp imp3+1 jmp imp1+inc1 spl 4 spl 2 jmp imp2+1+inc1 jmp imp3+1+inc1 spl 2 jmp imp1+inc2 jmp imp2+1+inc2 spl 8 spl 4 spl 2 jmp imp3+1+inc2 dat #0 spl 2 dat #0 dat #0 spl 4 spl 2 dat #0 dat #0 spl 2 dat #0 dat #0 imp mov 0,2668 mov 0,2668 mov 0,2668 end start P.E.M & E.C