; Divide And Conquer ; ; Mark A. Durham ; November 1, 1991 ; Code JMP start ; In case END start fails ; This code copies the warrior and splits the copy source DAT #target start MOV #trap-source, source ; Init copy pointer MOV #2432+source-trap, target ; Init destination pointer copy MOV @source,