summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-02-16 13:45:27 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-02-17 00:08:55 +0300
commit3012d5d430b64273b83f4b5890719d34e441a18c (patch)
tree74c459204b21007f6ba690fa3feba01b04d7d044
parent2e624179ad6917e4873c3f8405452d079c2bef2e (diff)
downloadnasm-3012d5d430b64273b83f4b5890719d34e441a18c.tar.gz
doc/nasmdoc.src: Get rid of id length restriction
We always allocate enough memory to hold identifiers with any length. So lets remove restriction from documentation. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/nasmdoc.src3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 92363385..122dc50a 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1200,8 +1200,7 @@ An identifier may also be prefixed with a \I{$, prefix}\c{$} to
indicate that it is intended to be read as an identifier and not a
reserved word; thus, if some other module you are linking with
defines a symbol called \c{eax}, you can refer to \c{$eax} in NASM
-code to distinguish the symbol from the register. Maximum length of
-an identifier is 4095 characters.
+code to distinguish the symbol from the register.
The instruction field may contain any machine instruction: Pentium
and P6 instructions, FPU instructions, MMX instructions and even