On 11/15/2013 09:26 AM, Michael Weise wrote: > * Register names being upper case are not recognized - but only in the > clobber list. The clobber list is parsed by GCC, the instructions by the assembler. I don't think GCC even looks at the register names in the assembly code -- it just passes them through as strings. Andrew.