> For this, I think it should work to use the + constraint to tell gcc > that the operand is both read and written. + is not sufficient. So I told GCC to copy the clobbered operand into another one and that this new one is set as 0 during the insn. Thank you. Regards. Florent