#config heatsinks=4 #config engine=0 #config scanner=3 #config armor=1 #config weapon=4 #config shield=0 #def a #def b #def c int 3, 1 mov a, 3 mov b, 100 !main ;opo 24, 1 opo 11, b opo 14, a neg a sub a, 2 opo 12, a add a, 2 neg a opo 17, 3 ipo 7, ax int 11 cmp fx, 1000 jae !reset cmp ax, 650 jae !main ipo 2, bx cmp bx, 200 jae !main ;opo 24, 0 opo 15, @3 mov c, @3 add c, 1 opo 12, c opo 15, @3 neg c opo 14, c neg c jmp !main !reset do 10 opo 11, 100 opo 14, 1 loop 5 neg a neg b jmp !main