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 d9958f4 commit 13379ebCopy full SHA for 13379eb
doc/changes.src
@@ -10,11 +10,18 @@ evolving code simpler.
10
11
It is the production version of NASM since 2025.
12
13
+
14
\S{cl-3.01} Version 3.01
15
16
\b A new \c{obj2} version of the \c{obj} output format, intended for
17
use on OS/2. See \k{obj2fmt}.
18
19
+\b The condition after \c{%if} or \c{%elif} would be evaluated while
20
+ output is suppressed after \c{%exitrep} or \c{%exitmacro}. Although
21
+ no output would be generated in either case, assembly would fail if
22
+ evaluating the expression triggered an error.
23
24
25
\S{cl-3.00} Version 3.00
26
27
\b Improve the documentation for building from source (\k{source}).
0 commit comments