Hi Hadrien, > asm volatile ("fstps (%1)" : > : // No output > "t" (input), "r" (output) : > "memory", "st(0)"); st(0) may work in assembler, but in the clobber section you must write "st". Regards Bernd.
Hi Hadrien, > asm volatile ("fstps (%1)" : > : // No output > "t" (input), "r" (output) : > "memory", "st(0)"); st(0) may work in assembler, but in the clobber section you must write "st". Regards Bernd.