diff options
author | Frank Kotler <fbkotler@users.sourceforge.net> | 2004-12-31 03:38:32 +0000 |
---|---|---|
committer | Frank Kotler <fbkotler@users.sourceforge.net> | 2004-12-31 03:38:32 +0000 |
commit | c0e34d4f81b4e037ca80b239892e5f5b1bd9d5ab (patch) | |
tree | 0e8a9c5f4309a11ffc89dcd10b8a1758f4c15017 /doc | |
parent | 07d455120f1b26c02d6b9026956178796206fd09 (diff) | |
download | nasm-c0e34d4f81b4e037ca80b239892e5f5b1bd9d5ab.tar.gz nasm-c0e34d4f81b4e037ca80b239892e5f5b1bd9d5ab.tar.bz2 nasm-c0e34d4f81b4e037ca80b239892e5f5b1bd9d5ab.zip |
Document maximum identifier length
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 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 |