tom324
February 15th, 2004, 17:16
Where can I find list of assembler idioms generated by M$ VC and gcc?
Like:
neg eax
sbb eax,eax
and eax,8
=> eax = (eax ? 8 : 0)
PS. I did google and RTFM, but have only a portion of idioms.
Tom
Like:
neg eax
sbb eax,eax
and eax,8
=> eax = (eax ? 8 : 0)
PS. I did google and RTFM, but have only a portion of idioms.
Tom