Subject: ClonerII.s, or "fun with Corewar" From: kdmiller@athena.mit.edu (Kenneth D Miller) Organization: Massachusetts Institute of Technology Date: Fri, 24 Jan 1992 04:10:27 GMT Message-ID: <1992Jan24.041027.18051@athena.mit.edu> A short time ago, I created a nasty little program called CLONER, and a little later, a somewhat more optimized version called (surprise!) CLONER II. It's function was to copy itself ahead in memory and split to that copy. However, the destination is decremented during copy, so that it points to the space IN FRONT OF the copy. A tight loop searches for another good spot to hit. So, here it is... ;CLONER II, written by kdmiller@athena.mit.edu SRC mov FIX, -1 ;set up the SouRCe counter (and do bonus "attack") CPY mov @SRC-1,