mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
doc: untabify
Fix tab-related problems Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
d68466a33d
commit
96e8d96045
@ -12,9 +12,9 @@ since 2007.
|
||||
\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
|
||||
shortest form possible between:
|
||||
|
||||
\c mov r32,imm32 ; 5 bytes
|
||||
\c mov r64,imm32 ; 7 bytes
|
||||
\c mov r64,imm64 ; 10 bytes
|
||||
\c mov r32,imm32 ; 5 bytes
|
||||
\c mov r64,imm32 ; 7 bytes
|
||||
\c mov r64,imm64 ; 10 bytes
|
||||
|
||||
To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user