diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-17 01:16:00 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-17 01:21:54 +0300 |
commit | 1579c8818588259198f7fa7bf3b7736164d73b60 (patch) | |
tree | cca8cdf9d3663cee807da2862064f2c4f028dd7a /doc | |
parent | 8e48edb68a564f86f16733ee987d2c7f37d1045a (diff) | |
download | nasm-1579c8818588259198f7fa7bf3b7736164d73b60.tar.gz nasm-1579c8818588259198f7fa7bf3b7736164d73b60.tar.bz2 nasm-1579c8818588259198f7fa7bf3b7736164d73b60.zip |
Revert "doc/nasmdoc.src: Get rid of id length restriction"
This reverts commit 3012d5d430b64273b83f4b5890719d34e441a18c.
nasm64developer pointed out that we still have this
limit in label.c (IDLEN_MAX).
Reported-by: nasm64developer
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 122dc50..9236338 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1200,7 +1200,8 @@ 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. +code to distinguish the symbol from the register. Maximum length of +an identifier is 4095 characters. The instruction field may contain any machine instruction: Pentium and P6 instructions, FPU instructions, MMX instructions and even |