From news-rocq.inria.fr!jussieu.fr!oleane!plug.news.pipex.net!pipex!weld.news.pipex.net!pipex!tank.news.pipex.net!pipex!swrinde!howland.reston.ans.net!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!news.itd.umich.edu!stimpy.us.itd.umich.edu!not-for-ma Tue Jan 16 17:41:28 1996 Article: 3575 of rec.games.corewar Path: news-rocq.inria.fr!jussieu.fr!oleane!plug.news.pipex.net!pipex!weld.news.pipex.net!pipex!tank.news.pipex.net!pipex!swrinde!howland.reston.ans.net!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!news.itd.umich.edu!stimpy.us.itd.umich.edu!not-for-mail From: jklewis@stimpy.us.itd.umich.edu (John K. Lewis) Newsgroups: rec.games.corewar Subject: Re: I'm new - how do I stop/kill imps pls? Date: 16 Jan 1996 15:10:17 GMT Organization: University of Michigan Lines: 45 Message-ID: <4dgf4p$m9i@lastactionhero.rs.itd.umich.edu> NNTP-Posting-Host: stimpy.us.itd.umich.edu X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] All this talk of killing imps has forced me to give the source to RedPixel. While it's still in the first stages of development it loves to kill anything with imps in it. ;redcode-94 ;name RedPixel.2 ;author John Lewis ;strategy jmz.f carpet-bombing scanner based on Rave.red ;assert CORESIZE==8000 ;strategy (which was based on agony) ;strategy V.1 New system, it ever works sometimes! ;strategy V.2 Now with comments! res equ **** ;**** is a secret! (between 600-4821) top sub.ab #res,#-100 ;subtract from traget eyes jmz.f top,@top ;scan for target slt top,#20 ;if it's me, skip it foot jmp vein,150 ;jump to target aquired status jmp top, References: NNTP-Posting-Host: ren.us.itd.umich.edu X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] Chris Arguin (cpa@hopper.unh.edu) wrote: : : Could somebody post a Scissors program, with a good explanation of how it : works... It's about time us beginners reclaim the hill for the bombers :) Here you go! ----------------------------------------------------------------------------- ;redcode-94b ;name RedPixel.2 ;author John Lewis ;strategy jmz.f carpet-bombing scanner based on Rave.red ;assert CORESIZE==8000 ;strategy (which was based on agony) ;strategy V.1 New system, it ever works sometimes! ;strategy V.2 Now with comments! res equ 721 top sub.ab #res,#-100 ;subtract from traget eyes jmz.f top,@top ;scan for target slt top,#20 ;if it's me, skip it foot jmp vein,150 ;jump to target aquired status jmp top,