0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

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>
This commit is contained in:
H. Peter Anvin
2008-10-15 16:18:17 -07:00
parent 850ba56f1d
commit 44d3552ab9

View File

@@ -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}