;redcode-lp ;name Eve 15 ;strategy No humans were used in the creation ;strategy of this strategy ;author bvowk + Fizmo ;assert 1 ;------>qscan constants zero equ qbomb qtab3 equ qbomb qc2 equ ((1+(qtab3-qptr)*qy) % CORESIZE) qb1 equ ((1+(qtab2-1-qptr)*qy) % CORESIZE) qb2 equ ((1+(qtab2-qptr)*qy) % CORESIZE) qb3 equ ((1+(qtab2+1-qptr)*qy) % CORESIZE) qa1 equ ((1+(qtab1-1-qptr)*qy) % CORESIZE) qa2 equ ((1+(qtab1-qptr)*qy) % CORESIZE) qz equ 2108 qy equ 243 ;------>qbomb constants qoff equ -87 qstep equ -7 qtime equ 14 ;------>eve 15 constants iAwa equ 4174 train equ 7903 ;------>eve 15 code pGo mov.i imp, *2 spl imp spl iAwa djn.a #0, qscan code qbomb dat >qoff, >qc2 dat 0, 0 dat 0, qptr, qptr+qz+(qb2-1) jmp q2, qbomb code q0 mul.b *2, qptr q2 sne {qtab1, @qptr q1 add.b qtab2, qptr mov qtab3, @qptr qptr mov qbomb, }qz sub #qstep, qptr djn -3, #qtime jmp pGo end qgo