Added an example with segment prefixes.

This commit is contained in:
em 1984-11-05 15:02:32 +00:00
parent 8c2dd5a6b5
commit 9adb899d09

View File

@ -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
with one of eseg, cseg, sseg, or dseg; these prefixes indicate that the
assembler should choose es, cs, ss, or ds instead.
.br
Example:
.ti +8
dseg movs
.SH "SEE ALSO"
uni_ass(6),
ack(1),