Article 714 of rec.games.corewar: From: ajpierce@med.unc.edu (Andrew Pierce) Newsgroups: rec.games.corewar Subject: Small 4 Message-ID: <1992Apr8.131527.7093@samba.oit.unc.edu> Date: 8 Apr 92 13:15:27 GMT Sender: usenet@samba.oit.unc.edu Organization: UNC-CH School of Medicine Lines: 26 Nntp-Posting-Host: salvo.med.unc.edu Small 4 has survived 10 successful challenges on KotH. Here is the code. Basically this is the same as Small 2 which was posted to the net, except the bombs have been made visible to B-field scanners (I think it takes some of the elegance out of it, but it does do better), the bombing address is held within the the executable code, and the bombing sequence begins away from the executing code. -Andy ajpierce@med.unc.edu ;redcode verbose ;name Small 4 ;author Andy Pierce (ajpierce@med.unc.edu) ;strategy small bomber/clearer ;strategy v2: fix kill routine ;strategy v3: marginally more robust ;strategy v4: give bombs non-zero B-fields, start bombs away from self start add #15,1 mov hit,751 jmp start,0 hit spl 0,-1 mov 4,<-1 jmp -1,0 end start