|
Masm32 adding two floats
I have an array of floats working already. Now all I want to do is add the floats together then get the average.
Say I have two floats, float1 and float2.
How do I add those and average them?
Thanks for any help. I can't find much help through google, most stuff has detailed explanations which I don't understand rather than examples.
|