mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
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>
This commit is contained in:
@@ -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
|
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
|
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
|
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
|
code to distinguish the symbol from the register.
|
||||||
an identifier is 4095 characters.
|
|
||||||
|
|
||||||
The instruction field may contain any machine instruction: Pentium
|
The instruction field may contain any machine instruction: Pentium
|
||||||
and P6 instructions, FPU instructions, MMX instructions and even
|
and P6 instructions, FPU instructions, MMX instructions and even
|
||||||
|
Reference in New Issue
Block a user