; Spdz2 ; Light (31 lines) ; Version: 2.01 ; By Jamie (thefootie@hotmail.com) ; ; ; (c) Jamie ; You can mess around with him all you want, ; just dont claim you made the original. #config scanner=3 #config shield=0 #config heatsinks=3 #config mines=0 #config armor=2 #config engine=0 #config weapon=4 #def a ; \ #def d ; > Variables #def da ; / mov da, 50 ; \ Setup mov dx, 64 ; / !start ; > Main loop add a, 1 ; \ cmp a, 200 ; > Timer jae !turn ; / cmp dx, 70 ; \ ja !dx ; / Scan size opo 11, da ; > Throttle add dx, 1 ; \ opo 17, dx ; > Scan info ipo 7, ax ; / cmp ax, 650 ; \ opo 14, @3 ; > Check for robot jae !start ; / mov da, 0 ; \ mov d, 0 ; > If so, stop sub dx, 3 ; / cmp dx, 3 ; \ ja !start ; / Check scanner mov dx, 2 ; \ opo 15, @3 ; \ mov bx, @3 ; \ Fire, and turn opo 14, bx ; / opo 11, dx ; / jmp !start ; / !turn ; > Reverse mov a, 0 ; \ opo 14, 128 ; / Turn Around jmp !start ; > Start over !dx ; > Scan resizer ; > Starts Over