Nikolaos Kavvadias <[EMAIL PROTECTED]> writes: > how is it possible to emit regular register names (e.g. for the MIPS > to use $31 and not $ra) when producing assembly output (with > mips-elf-gcc -S)?
That seems an odd example. gcc already uses $31 rather than $ra. The only two mnemonic names it uses are $sp ($29) and $fp ($30). But no, I'm afraid there's no way to change that on the command line. Richard