#config scanner= 2 #config weapon= 2 #config armor= 2 #config engine= 2 #config heatsinks= 4 #config mines= 0 #config shield= 0 ;Strafer ;anonymous :1 opo 11, 100 opo 13, 55 opo 17,3 jmp 2 :2 opo 13,55 opo 14 5 opo 11,100 ipo 7, ax ; Port 7 - scan, ax=range cmp ax, 2000 ; is enemy in range? ja 2 ; if not then don't fire jmp 3 ; Port 15 - Fire! :3 opo 11, 10 opo 15 opo 13, 56 delay 50 opo 15 ipo 7, ax ; Port 7 - scan, ax=range cmp ax, 2000 ; is enemy in range? ja 1 ; if not then don't fire jmp 3 ; Port 15 - Fire! jmp 1