Hi!
Is there a way to tell ML or JWASM to use shorter encoding ?
Like
8326 00 AND DWORD PTR DS:[ESI],00000000
Instead of
8126 00000000 AND DWORD PTR DS:[ESI],00000000
They both use the short version by default.
Not by me. :(
What you mean by "default" how you can tell them what to do ?
Never mind.
I have messed up my macro and it expanded to:
and [esi], dword ptr 0
,which of curse enforced the longer encoding. :redface: