Try something like this.
fld float1; Loads the first float on the float stack
fadd float2 ; Adds the second float with the first one on the float stack
fidiv numOfFloats ; Divides the added floats with the number of floats you want. In this case 2.
fstp myAnswear ; Stores the result in myAnswear and pops the float stack