mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
nasmdoc.src: document when $*? and $*?? were introduced
It is important for programmers to be able to know when new constructs were introduced, as they may have backwards compatibility needs and thus need to know to avoid a construct that is too new. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
6263a2a4c2
commit
92d40ad8e4
@ -2459,6 +2459,7 @@ example:
|
||||
|
||||
\c %idefine pause $%*? ; Hide the PAUSE instruction
|
||||
|
||||
\c{%*?} and \c{%*??} were introduced in NASM 2.15.04.
|
||||
|
||||
\S{undef} Undefining Single-Line Macros: \i\c{%undef}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user