Diego Novillo writes: > > Is this an invalid use of __asm__ then? I think so. The asm is asking for a mem operand for something that it never intends actually to access. Better to pass the pointer in a register. Andrew.