Jan Killius <jkillius@xxxxxxxx> writes: > The code need many changes to put it in a .s file and I'm not very good at > assembler. Not really. Just run gcc -S with a compiler which accepts it, and you have your .s file :) > To remove the clobber I must change the register or not ? But how ? The clobber list is the list after the third ':'. -- Falk