Re: Unrolling FASM source code
- From: Betov <betov@xxxxxxx>
- Date: 26 Sep 2005 14:05:51 GMT
"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 >
.
- Follow-Ups:
- Re: Unrolling FASM source code
- From: wolfgang kern
- Re: Unrolling FASM source code
- References:
- Re: Unrolling FASM source code
- From: wolfgang kern
- Re: Unrolling FASM source code
- From: Betov
- Re: Unrolling FASM source code
- From: JGCASEY
- Re: Unrolling FASM source code
- From: wolfgang kern
- Re: Unrolling FASM source code
- Prev by Date: Re: Unrolling FASM source code
- Next by Date: RosAsm Forum
- Previous by thread: Re: Unrolling FASM source code
- Next by thread: Re: Unrolling FASM source code
- Index(es):