;Name: Tyson Hoffman ;Robot: Quick Kill v. .01 ;Distributable: No. #config scanner= 1 #config weapon= 1 #config armor= 2 #config engine= 4 #config heatsinks= 4 #config mines= 0 #config shield= 0 #def tr #def t1 #def t2 opo 22, 20 ;1 opo 22, 20 ;2 opo 17, 8 ;3 mov ax, 1 ;4 int 3 ;5 mov t1, 14 ;6 mov t2, -14 ;7 !start opo 11, 100 ;8 cmp @9, 300 ;9 jgr !turn ;10 cmp @8, 0 ;11 jgr !turn2 ;12 !scan ipo 7, ax ;13 cmp ax, 1500 ;14 jls !fire ;15 opo 12, t1 ;16 cmp tr, 0 ;17 je !start ;18 sub tr, 1 ;19 swap t1, t2 ;21 jmp !start ;22 !fire opo 15, @3 ;23 mov tr, 1 ;25 opo 14, @3 ;26 opo 14, @3 ;27 jmp !scan ;28 !turn int 19 ;29 !turn2 int 13 ;30 opo 14, -45 ;31 jmp !scan ;32