[RFC/RFA] Proper mnemonics for VIA PadLock (i386) instructions
Jan Beulich
JBeulich@novell.com
Wed Apr 13 12:29:00 GMT 2005
>>> Thorsten Glaser <tg@66h.42h.de> 13.04.05 12:42:35 >>>
>Alan Modra dixit:
>
>>a high likelihood of breaking other valid assembly. The gas app.c code
>>has a nasty habit of completely removing whitespace once past the
>>mnemonic of an instruction, and it can get confused. Something like
>>
>> addr16 mov -2,%eax
>>
>>might fail if '-' is a valid mnemonic char.
>
>Can't gas be fixed, then? Sounds like the "obvious" thing to do to me.
>
>Alternatively, we'd need to make a way for a dash to be only
>recognised as part of a mnemonic if followed by a letter.
That wouldn't help either:
.equiv two, 2
movl -two(%ebx), %eax
would still fail.
More information about the Binutils
mailing list