Added an example with segment prefixes.
This commit is contained in:
parent
6913efe107
commit
73b651052e
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ Each time an address is computed the assembler decide which segment register
|
||||||
to use. You can override the assembler's choice by prefixing the instruction
|
to use. You can override the assembler's choice by prefixing the instruction
|
||||||
with one of eseg, cseg, sseg, or dseg; these prefixes indicate that the
|
with one of eseg, cseg, sseg, or dseg; these prefixes indicate that the
|
||||||
assembler should choose es, cs, ss, or ds instead.
|
assembler should choose es, cs, ss, or ds instead.
|
||||||
|
.br
|
||||||
|
Example:
|
||||||
|
.ti +8
|
||||||
|
dseg movs
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
uni_ass(6),
|
uni_ass(6),
|
||||||
ack(1),
|
ack(1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue