5.7.4.12 Ifne Directive
The .ifne expr
directive assembles the
following section of code if the argument is not equal to zero (in other words, this is
equivalent to .if
). The argument must be an absolute
expression.
The .ifne expr
directive assembles the
following section of code if the argument is not equal to zero (in other words, this is
equivalent to .if
). The argument must be an absolute
expression.