SGB_08.net CORE WARS Steve's Guide for Beginners Iss 8 (v2) Issue 5 mentioned graphical display and analysed 2 simple warriors. Issue 6 provided an outline of the instruction set and addressing modes. Issue 7 looked at one (inefficient) way of copying blocks of code/data around. ====== Lets try various improvements and alternatives to the program (well, you can't call it a warrior!) COPY.RED . Edit a text file COPY2.RED to read: ;redcode-94 ;name Copy2 ;author sgb ;assert 1 OFFSET equ 20 ;Variables ptr dat #1, #2 ;Initialise start mov.a #last-ptr, ptr mov.ab #(last+OFFSET)-ptr, ptr mov.ab #(last-ptr)/2, count ;Do the copy loop mov.i {ptr,