News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Encoding question.

Started by Ficko, November 27, 2012, 12:57:30 AM

Previous topic - Next topic

Ficko

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


jj2007

They both use the short version by default.

Ficko


Ficko

What you mean by "default" how you can tell them what to do ?

Ficko

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: