summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@zytor.com>2010-10-05 18:37:57 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-10-05 18:41:11 +0400
commit9d0701ecbffdd6ec197bd382e644c5d5072188cf (patch)
tree0d4a6415e560a433a1ed7b66f535cfea114fca25
parent2405344e7ba89d27a328f13ff86323e1c645ab96 (diff)
downloadnasm-9d0701ecbffdd6ec197bd382e644c5d5072188cf.tar.gz
BR3079777: Explain %00 in documentation
Signed-off-by: Frank Kotler <fbkotler@zytor.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/nasmdoc.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index db76c8b8..eaad330e 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2673,6 +2673,13 @@ number of parameters. It can be used as an argument to \c{%rep}
Examples are given in \k{rotate}.
+\S{percent00} \i\c{%00}: \I{label preceeding macro}Label Preceeding Macro
+
+\c{%00} will return the label preceeding the macro invocation, if any. The
+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.
+
+
\S{rotate} \i\c{%rotate}: \i{Rotating Macro Parameters}
Unix shell programmers will be familiar with the \I{shift