;redcode ;name MrNasty ;author Kurt Werle & Stephen Beitzel ;strategy Mr. Nasty is a stationary vampiric bomber. ;strategy He drops fangs all over memory, and uses the captured ;strategy processes to clear the core. ;strategy He is vulnerable to fast scanners, but anything slow is ;strategy history. He is robust, and hashes up core beautifully. ;strategy He is strong against other bombers and against replicating ;strategy and relocating warriors. target jmp -1, #(thisisit) ; A-arg points to "here", B-arg ; points to ground zero thrtarg dat #0,#-1 ; "zero" bombing pointer tar jmp -1, #(tplus) ; used to reset "target" after pass binc dat #-26,#26 ; used to increment "target" start mov target, @target ; drop a bomb add binc, target ; increment pointer mov target, @target ; drop a bomb add binc, target ; increment pointer slt #-63, target ; prevents Mr. Nasty from bombing ; himself jmp start update mov tar, target ; reset bomb pointer jmz bomb0,