From news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Wed Oct 27 15:52:54 1999 Article: 10887 of rec.games.corewar Path: news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Message-ID: <381617A4.2F5E@crosswinds.net> From: Paul Mumby Reply-To: nemtech@crosswinds.net Organization: Nemesis Technologies X-Mailer: Mozilla 3.01C-SYMPA (Win95; U) MIME-Version: 1.0 Newsgroups: rec.games.corewar Subject: Newbie Question (What's wrong with this picture) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 58 Date: Tue, 26 Oct 1999 20:45:52 GMT NNTP-Posting-Host: 206.172.220.102 X-Trace: news20.bellglobal.com 940970752 206.172.220.102 (Tue, 26 Oct 1999 16:45:52 EDT) NNTP-Posting-Date: Tue, 26 Oct 1999 16:45:52 EDT Xref: news-rocq rec.games.corewar:10887 Hello again... I have revised my warrior, and would like to know what is wrong with the code... once again I know that it probably is a really bad warrior, but that is ok... I will fix that later, right now I need to know why it is not working and how to fix it... I think it is simply a number or two being off or something... could somebody help me out here? Also: How do you make an imp gate? what is the theory behind it? and how do you do anti-imp bombs properly? Also: What is a Vamp??? what is the definition of it? :) sorry for asking so many questions :) I am just eager to learn :) thanks! Here is my current warrior: ;redcode-94x verbose ;name Glasswalker V1.0 ;author Paul Mumby ;strategy Silk based Paper, with a dual mode stone (attempted anti-imp) ;assert CORESIZE >= 10000 && MAXLENGTH >= 75 bootstrap spl bomber, 150 ;Boot the bomber spl rbomber,<500 ;Boot the reverse bomber jmp rep, <550 ;Goto the replicator decoy1 for 21 ;A decoy jmp 0, <0 ; rof ; rep spl 1, <600 ;\ spl 1, <650 ; \ spl 1, <700 ; \ spl 1, <850 ; / Create 62 processes spl 1, <900 ; / mov -1, 0 ;/ silk spl.a @-9, 121 ;Silk based Copy mov.i }silk, >silk ;Silk based Copy bomber add #300, btarget ;Add to bomb target mov bomb, @btarget ;BOMBS AWAY! spl bomber, <500 ;Spawn new bomber jmp bomber, <800 ;Restart decoy2 for 20 ;Another decoy jmp 0, <-1 ; rof ; rbomber sub #300, rbtarget ;Subtract from bomb target mov bomb, $rbtarget ;BOMBS AWAY! spl rbomber,<600 ;Spawn a new bomber jmp rbomber,<700 ;Restart bomb dat {-1, {0 ;Bomb Data (attmpted anti-imp) btarget dat #0, #0 ;Target variable. rbtarget dat #0, #0 ;Other Target variable. From news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news21.bellglobal.com.POSTED!not-for-mail Wed Oct 27 15:53:41 1999 Article: 10888 of rec.games.corewar Path: news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news21.bellglobal.com.POSTED!not-for-mail Message-ID: <381619D7.35C9@crosswinds.net> From: Paul Mumby Reply-To: nemtech@crosswinds.net Organization: Nemesis Technologies X-Mailer: Mozilla 3.01C-SYMPA (Win95; U) MIME-Version: 1.0 Newsgroups: rec.games.corewar Subject: Newbie Wuestion Again :) (correction) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 4 Date: Tue, 26 Oct 1999 20:55:19 GMT NNTP-Posting-Host: 206.172.220.102 X-Trace: news21.bellglobal.com 940971319 206.172.220.102 (Tue, 26 Oct 1999 16:55:19 EDT) NNTP-Posting-Date: Tue, 26 Oct 1999 16:55:19 EDT Xref: news-rocq rec.games.corewar:10888 Sorry, I noticed a flaw in my code right after I posted it... the @-9 in silk, should be @-30 but I fixed that and it still didn't work, so I still need help :) just letting you all know :) From news-rocq!jussieu.fr!oleane!newsfeed.berkeley.edu!intgwpad.nntp.telstra.net!nsw.nnrp.telstra.net!news.acay.com.au!acay01912223.acay.com.au Mon Feb 14 20:21:56 2000 Article: 11200 of rec.games.corewar Path: news-rocq!jussieu.fr!oleane!newsfeed.berkeley.edu!intgwpad.nntp.telstra.net!nsw.nnrp.telstra.net!news.acay.com.au!acay01912223.acay.com.au From: "Morton" Newsgroups: rec.games.corewar References: <381617A4.2F5E@crosswinds.net> Subject: Re: Newbie Question (What's wrong with this picture) Lines: 64 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <38a4d4be.0@news.acay.com.au> Date: Sat, 12 Feb 2000 14:32:37 -0800 NNTP-Posting-Host: 203.27.214.6 X-Complaints-To: abuse@telstra.net X-Trace: nsw.nnrp.telstra.net 950326689 203.27.214.6 (Sat, 12 Feb 2000 14:38:09 EST) NNTP-Posting-Date: Sat, 12 Feb 2000 14:38:09 EST Organization: Customer of Telstra Big Pond Direct Xref: news-rocq rec.games.corewar:11200 a vamp warrior usually movs a JMP into an opponent's program so that it movs a dat all over itself.. real cool.. Paul Mumby wrote in message news:381617A4.2F5E@crosswinds.net... > Hello again... I have revised my warrior, and would like to know what is > wrong with the code... once again I know that it probably is a really > bad warrior, but that is ok... I will fix that later, right now I need > to know why it is not working and how to fix it... I think it is simply > a number or two being off or something... > > could somebody help me out here? > > Also: How do you make an imp gate? what is the theory behind it? > and how do you do anti-imp bombs properly? > > Also: What is a Vamp??? what is the definition of it? :) > > sorry for asking so many questions :) I am just eager to learn :) > thanks! > > Here is my current warrior: > > ;redcode-94x verbose > ;name Glasswalker V1.0 > ;author Paul Mumby > ;strategy Silk based Paper, with a dual mode stone (attempted anti-imp) > ;assert CORESIZE >= 10000 && MAXLENGTH >= 75 > > bootstrap spl bomber, 150 ;Boot the bomber > spl rbomber,<500 ;Boot the reverse bomber > jmp rep, <550 ;Goto the replicator > > decoy1 for 21 ;A decoy > jmp 0, <0 ; > rof ; > > rep spl 1, <600 ;\ > spl 1, <650 ; \ > spl 1, <700 ; \ > spl 1, <850 ; / Create 62 processes > spl 1, <900 ; / > mov -1, 0 ;/ > silk spl.a @-9, 121 ;Silk based Copy > mov.i }silk, >silk ;Silk based Copy > > bomber add #300, btarget ;Add to bomb target > mov bomb, @btarget ;BOMBS AWAY! > spl bomber, <500 ;Spawn new bomber > jmp bomber, <800 ;Restart > > decoy2 for 20 ;Another decoy > jmp 0, <-1 ; > rof ; > > rbomber sub #300, rbtarget ;Subtract from bomb target > mov bomb, $rbtarget ;BOMBS AWAY! > spl rbomber,<600 ;Spawn a new bomber > jmp rbomber,<700 ;Restart > > bomb dat {-1, {0 ;Bomb Data (attmpted anti-imp) > btarget dat #0, #0 ;Target variable. > rbtarget dat #0, #0 ;Other Target variable.