This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Better mnemonic for PowerPC


Hello!

Can I make any version of GCC (maybe an experimental snapshot) output
PowerPC instructions in a less terse format?

I mean, instead of "addi 3,4,5" (which is IMHO not very user-friendly) I'd
like to see "addi %r3,%r4,5". Both mnemonics are supported by gas (at
least by the recent versions).

"-mnew-mnemonics" doesn't have the desired effect with gcc-2.95.2

Regards,
Pavel Roskin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]