summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-15 16:18:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-15 16:18:17 -0700
commit44d3552ab950e533bcee7626c99d8a9ab0faabd1 (patch)
tree5082a92adc5fd2758c979ed9383ec17b27001a27
parent850ba56f1da3f2f8033e6f9ac4082cc1a1a2aaef (diff)
downloadnasm-44d3552ab950e533bcee7626c99d8a9ab0faabd1.tar.gz
Add reference to %+ from macro parameter concatenation
Add a reference to the %+ operator from the section on macro parameter concatenation. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 1f4d8e59..326ab412 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2611,6 +2611,8 @@ real names of macro-local labels means that the two usages
\c{%\{%foo\}bar} and \c{%%foobar} would both expand to the same
thing anyway; nevertheless, the capability is there.)
+See also the \c{%+} operator, \k{concat%+}.
+
\S{mlmaccc} \i{Condition Codes as Macro Parameters}