Hello all
>He has not solved anything, he is asking for help how to handel float values.
No no I am not asking for help : the problem is fixed with the method I wrote
Now all the demos(68k) works well with Microbe3D.library(ppc)
But as all ppc demos works too this is not so usefull
>most of the 680x0 CPU's do not have a FPU, and so this is a mystery to me as well.
If the cpu got an FPU then the float registers may be used
(see StormMesa's agl.library that use fp0, fp1, etc ...) but the lib will only works on some cpu (>68020)
If the cpu dont have an FPU then the data registers are used
(like in my microbe.library that use d0,d1,etc....)
>bszili
>*(float*)®array[0]
You are right this is the good & academic syntax but I was too tired to remember this syntax
Alain