The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Alan on June 21, 2008, 09:08:18 PM

Title: .IFE with Bitwise compare
Post by: Alan on June 21, 2008, 09:08:18 PM
.
Title: Re: .IFE with Bitwise compare
Post by: GregL on June 22, 2008, 05:02:10 AM
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 (http://msdn.microsoft.com/en-us/library/afzk3475.aspx)

Welcome to the forum.



Title: Re: .IFE with Bitwise compare
Post by: GregL on June 22, 2008, 05:29:14 PM
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 &.