mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
changes.src: document %00 fix
Add %00 fix to release note. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
b3c5545556
commit
22a3f567c0
@ -25,6 +25,8 @@ section type.
|
||||
where one or more parts result from empty token expansion, resulting
|
||||
in \c{%+} tokens at the beginning or end, or multiple ones in a row.
|
||||
|
||||
\b Fix macro label capture (\c{%00}, \k{percent00}).
|
||||
|
||||
\b Portability fixes.
|
||||
|
||||
\S{cl-2.15.02} Version 2.15.02
|
||||
|
@ -2935,6 +2935,10 @@ Examples are given in \k{rotate}.
|
||||
label must be on the same line as the macro invocation, may be a local label
|
||||
(see \k{locallab}), and need not end in a colon.
|
||||
|
||||
If \c{%00} is present anywhere in the macro body, the label itself
|
||||
will not be emitted by NASM. You can, of course, put \c{%00:}
|
||||
explicitly at the beginning of your macro.
|
||||
|
||||
|
||||
\S{rotate} \i\c{%rotate}: \i{Rotating Macro Parameters}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user