;Robot's name : Named after meh firend on the net ; : with the strangest name carnifex ;Author : Phatteh ;Author's Country : England ;Author's E-mail : phat@funsizedfraggers.com ;Class : Light Weight ;Tournament : Light ;Version : v1 ;::::: Notes ::::: ;1. Still needs Heat Control. one idea is when it gets so far it ; does a int 9 and has a cmp @9, 100 b4 firing but with another ; line i could just do the normal way of heating just one line ; 2 short :( ;;;;;;;; ConFig and Vars ;;;;;;;;;;; #config armor=2 #config scanner=3 #config engine=2 #config heatsinks=4 #config weapon=1 #def turnrate ;;;;;;;; Movement SetUp ;;;;;;;;;;; mov turnrate, 32 ipo 10, fx cmp fx, 0 jgr !load neg turnrate ;;;;;;;; Load Bot's Values ;;;;;;;;;;; !load mov ax, 64 mov bx, 5 int 3 ;;;;;;;; Non Found 64 Scan ;;;;;;;;;;; !64nt opo 12, 128 jmp !scan ;;;;;;;; Other Non Found Scans ;;;;;;;;;;; !nt cmp ax, 64 jeq !64nt shl ax, 2 add bx, 2 ;;;;;;;; Start of Bot Coding And Movement ;;;;;;;;;;; !start mov fx, @2 add fx, turnrate opo 14, fx ;;;;;;;; Scanning ;;;;;;;;;;; !scan opo 11, 100 opo 17, ax ipo 7, fx cmp fx, 2000 jgr !nt ;;;;;;;; Turret Size and Aim ;;;;;;;;;;; mov fx, @3 shl fx, bx cmp ax, 4 jeq !fire sub bx, 2 shr ax, 2 ;;;;;;;; Fire ;;;;;;;;;;; !fire opo 12, fx opo 15 jmp !start ;30 lines