From: Frank Kotler Date: Fri, 31 Dec 2004 03:38:32 +0000 (+0000) Subject: Document maximum identifier length X-Git-Tag: nasm-2.11.05~2171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0e34d4f81b4e037ca80b239892e5f5b1bd9d5ab;p=platform%2Fupstream%2Fnasm.git Document maximum identifier length --- diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 588e295..d6a14a3 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1059,7 +1059,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