home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!flop.ENGR.ORST.EDU!prism.CS.ORST.EDU!wangsawm
- From: wangsawm@prism.CS.ORST.EDU (W. Mintardjo)
- Newsgroups: rec.games.corewar
- Subject: Paratroops v1.2 (KotH's November-December 1992 warrior)
- Message-ID: <1h4123INNese@flop.ENGR.ORST.EDU>
- Date: 21 Dec 92 08:59:47 GMT
- Article-I.D.: flop.1h4123INNese
- Organization: CS Dept, Oregon State University
- Lines: 56
- NNTP-Posting-Host: prism.cs.orst.edu
-
-
- This is an Anti-IMP program. It works fine against stone and/or spiral program.
- It also beats silent scanners that don't use decoys, colored bombs, djn trail,
- etc (i.e No Mucking About, B-Scanners L.I.V, etc)
-
- Against other scanners, vampires and papers, this program still needs major
- improvements.
-
- Statistic result against spiral/stone programs:
- Warrior Win Lose Tie
- =====================================
- It 54 38 8
- Imprimis 3 57 25 18
- +0 Stormbringer 63 27 10
- Midnight 56 30 14
- Impression v4 48 32 20
-
- --- W. Mintardjo
-
- ;redcode
- ;name Paratroops v1.2
- ;author W. Mintardjo
-
- init EQU incr+98
- dist EQU 47
-
- step DAT #98, #98
- incr ADD step, scan
- scan CMP init, init+dist
- SLT #last+dist, scan
- JMP incr
- MOV step, <scan
- DJN -1, #dist+3
-
- launch ADD #1600, ptr1
- MOV s4, @ptr1
- MOV s3, <ptr1
- MOV s2, <ptr1
- ptr1 SPL @ptr1, s2+500
- MOV s1, <ptr1
- DJN launch, #5
-
- s1 dat <-4,<-5
- s2 spl 0,<-3
- s3 mov -2,<-4
- s4 jmp -1,<-5
-
- last END scan
-
- PS: About line s1-s4, I believe Matt Hastings still has the other variation.
-
- --
- I wish I could update this message:
- "This program posts news to thousands of machines throughout the entire
- civilized world. Your message will cost the net hundreds if not thousands of
- dollars to send everywhere. Please be sure you know what you are doing."
-