;Name: Tyson Hoffman ;Robot: StriXe ;Comments: Testing out a light-class robot design, its meant to hit far and hit hard. ;V 0.1 Development - basic coding, blah, blah, blah... #config scanner= 4 #config weapon= 4 #config armor= 1 #config engine= 1 #config heatsinks= 2 #config mines= 0 #config shield= 0 opo 17, 3 ;1 mov ax, 1 ;2 int 3 ;3 !start opo 11, 100 ;4 cmp @9, 300 ;5 jgr !turn1 ;6 cmp @8, 0 ;7 jgr !turn2 ;8 !scan ipo 7, ax ;9 cmp ax, 1000 ;10 jls !attack ;11 opo 12, 5 ;12 jmp !start ;13 !attack ipo 2, ax ;14 cmp ax, 250 ;15 jgr !skip ;16 opo 15, @3 ;17 !skip opo 12, @3 ;18 opo 12, @3 ;19 jmp !start ;20 !turn1 int 19 ;21 !turn2 opo 11, -75 int 13 ;22 opo 14, -40 ;23 jmp !scan ;24