On Thu, Aug 25, 2005 at 04:37:49PM +0200, Ulrich Weigand wrote: > > + asm ("" : : : "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", > > + "r8", "r9", "r10", "r11", "r12", "r13", "r14"); > > I guess this needs to be volatile to have any effect ... volatile is implicit without any output. r~