Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manual-ru/nasm-directives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ compatibility with other assemblers.
The ((`DEFAULT`)) directive changes the assembler defaults. Normally,
Yasm defaults to a mode where the programmer is expected to explicitly
specify most features directly. However, sometimes this is not
desirable if a certain behavior is very commmonly used.
desirable if a certain behavior is very commonly used.

Currently, the only `DEFAULT` that is settable is whether or not
registerless effective addresses in 64-bit mode are `RIP`-relative or
Expand Down
2 changes: 1 addition & 1 deletion manual/nasm-directives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ compatibility with other assemblers.
The ((`DEFAULT`)) directive changes the assembler defaults. Normally,
Yasm defaults to a mode where the programmer is expected to explicitly
specify most features directly. However, sometimes this is not
desirable if a certain behavior is very commmonly used.
desirable if a certain behavior is very commonly used.

Currently, the only `DEFAULT` that is settable is whether or not
registerless effective addresses in 64-bit mode are `RIP`-relative or
Expand Down