From news-rocq!jussieu.fr!oleane!newspump.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Wed Oct 27 15:55:51 1999 Article: 10891 of rec.games.corewar Path: news-rocq!jussieu.fr!oleane!newspump.monmouth.com!newspeer.monmouth.com!nf1.mgmt.sympatico.ca!news1.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Message-ID: <38165CC6.3E6D@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: More newbie stuff :) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 57 Date: Wed, 27 Oct 1999 01:40:49 GMT NNTP-Posting-Host: 206.172.220.105 X-Trace: news20.bellglobal.com 940988449 206.172.220.105 (Tue, 26 Oct 1999 21:40:49 EDT) NNTP-Posting-Date: Tue, 26 Oct 1999 21:40:49 EDT Xref: news-rocq rec.games.corewar:10891 HEllo again people :) I would like to thank you all for all the help you have given me! you people are great :) hehehe... now I have severely revised my code... so alot more of it works, and it is a bit better, however now I am having trouble with my silk engine again... now it works, however after copying and spawning the first new program, it just stops copying, and I can't figure out why... could somebody help with that? thanks alot :) ;redcode-94x verbose ;password [removed by Planar] ;name Glasswalker V2.0 ;author Paul Mumby ;strategy Curently testing only... expect it to suck :) ;strategy I am going to completely rebuild it later... :) ;strategy Silk based Paper, with included stone (anti-imp) ;strategy and a jmz scan too! ;assert CORESIZE >= 8000 && MAXLENGTH >= 75 start jmp rep decoy1 for 22 ;A decoy jmp 0, <0 ; rof ; rep spl 1, <600 ;\ mov -1, 0 ; \Create 9 procs mov -1, 0 ; / mov -1, 0 ;/ silk spl.a @5, 155 ;Silk based Copy mov.i }silk, >silk ;Silk based Copy add #20, silk ;Increment Target add #21, startpaper ;Increment Target (2) jmp {silk, <700 ;Loop/Reset startpaper jmp 1, 150 ;Paper marker/pointer bootscan spl scan, <750 ;Boot the scanner bomber add #92, btarget ;Add to bomb target mov bomb, @btarget ;BOMBS AWAY! jmp bomber, <800 ;Restart scan add #5, starget ;Increment target jmz scan, @starget ;Scan mov bomb, @starget ;Bomb if found jmp scan, <850 ;loop decoy2 for 21 ;Another decoy jmp 0, <-1 ; rof ; bomb dat <2667, <5334 ;Bomb Data (anti-imp) btarget dat #0, #0 ;Bomb Target variable. starget dat #0, #0 ;Scan Target variable.