mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
doc: fix spelling of "syntactically"
Fix spelling error. Fixes: https://github.com/netwide-assembler/nasm/issues/251 Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
2b37c0ad75
commit
90ba5bbc23
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ operands. Semantically it works by passing another operand to the
|
|||
instruction so that none of the source operands are modified as a
|
||||
result of the operation.
|
||||
|
||||
Syntatically NASM allows both the obvious format mentioned above and a
|
||||
Syntactically NASM allows both the obvious format mentioned above and a
|
||||
\i{compact format} - compact meaning that if a user passes two
|
||||
operands instead of three, one of them is simply copied to be used as
|
||||
the source or destination. Thereby these instructions have exactly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue