Re: Unrolling FASM source code



"wolfgang kern" <nowhere@xxxxxxxxxxx> écrivait news:dh8pl2$9uu$1
@newsreader1.utanet.at:

> Don't let you confuse by compiler-features like
> expression calculation.
> A worst scenario for very beginners anyway.
>
> cmp [wParam],BN_CLICKED shl 16 or 3001
>
> will compile to:
>
> cmp [wparam],immediate ;a constant then
>
> and the BN_ClICKED is just a M$-defined given value.


As a second thought, i'd have to say that enabling
Expression not enclosed inside Parenthesis, is not
a quite good idea, here, at a readability point of
view.

At least with required Parenthesis, all the reader
has to know, is that everything inside Parenthesis
is an expression...


Betov.

< http://rosasm.org >




.