summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-04-09 13:57:14 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-04-10 00:02:51 +0400
commit376b8106d21e0a748bc6f393a3d0d2ffabf471e1 (patch)
tree21157c862ec5b13b01f55bbb4e93f64120eb4a16 /doc
parent9b60308282d888b3fb4623900d508b0176d94c4f (diff)
downloadnasm-376b8106d21e0a748bc6f393a3d0d2ffabf471e1.tar.gz
nasmdoc.src: Refer to ..imagebase in special symbols area
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 75001c61..d8c189bb 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -14,7 +14,7 @@
\# copyright notice, this list of conditions and the following
\# disclaimer in the documentation and/or other materials provided
\# with the distribution.
-\#
+\#
\# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
\# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
\# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
@@ -1952,7 +1952,11 @@ to the local label mechanism. So you could code
NASM has the capacity to define other special symbols beginning with
a double period: for example, \c{..start} is used to specify the
-entry point in the \c{obj} output format (see \k{dotdotstart}).
+entry point in the \c{obj} output format (see \k{dotdotstart}),
+\c{..imagebase} is used to find out the offset from a base address
+of the current image in the \c{win64} output format (see \k{win64pic}).
+So just keep in mind that symbols beginning with a double period are
+special.
\C{preproc} The NASM \i{Preprocessor}