News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

.IFE with Bitwise compare

Started by Alan, June 21, 2008, 09:08:18 PM

Previous topic - Next topic

Alan

.

GregL

Alan,

As far as I know there is no .IFE directive. There is an IFE directive that is used for conditional assembly.

Here is a link for you: Microsoft Macro Assembler Reference

Welcome to the forum.




GregL

Alan,

Glad you got it working. If I remember correctly the operator precedence for the .IF, .WHILE and .REPEAT blocks is the same as it is in C, so the ! would take precedence over the &.