We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d38bed commit a1e3140Copy full SHA for a1e3140
doc/nasmdoc.src
@@ -2892,7 +2892,7 @@ The \c{%cond()} function evaluates its first argument as an
2892
expression, then expands to its second argument if true (nonzero), and
2893
the third, if present, if false (zero). This is in effect a specialized
2894
version of the \i\c{%sel()} function; \c{%cond(x,y,z)} is equivalent
2895
-to \c{%sel(2-!(x),y,z)}.
+to \c{%sel(1+!(x),y,z)}.
2896
2897
\c %define a 1
2898
\c %xdefine astr %cond(a,"true","false") ; %define astr "true"
0 commit comments