From: Chris Friesen <hidden> Date: 2005-06-07 14:49:15
I'm writing some inline assembly for ppc. To specify that r3 is used, I
know I need to list it in the clobbered list.
When doing this, do I specify it as "3" or "r3", or are both valid?
Thanks,
Chris