corrected some text on segemt registers
This commit is contained in:
parent
61bfe50a66
commit
01919da550
|
@ -66,8 +66,8 @@ expr : expr the value of the first \fIexpr\fP is a segment number,
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
.IP instructions
|
.IP instructions
|
||||||
Each time an address is computed the assembler decide which segment register
|
Each time an address is computed the processor decides which segment register
|
||||||
to use. You can override the assembler's choice by prefixing the instruction
|
to use. You can override the processor'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
|
.br
|
||||||
|
|
Loading…
Reference in a new issue