clarified text somewhat
This commit is contained in:
parent
5a0ad2a8bc
commit
1f0d138f31
1 changed files with 2 additions and 1 deletions
|
@ -105,10 +105,11 @@ temporarily in 16-bit operand mode.
|
||||||
Prefixes only affect the next instruction.
|
Prefixes only affect the next instruction.
|
||||||
.IP ""
|
.IP ""
|
||||||
There are also the .use32 and .use16 assembler directives, which do not
|
There are also the .use32 and .use16 assembler directives, which do not
|
||||||
generate code, but change the default for operand and address sizes.
|
generate code, but change the assemblers default for operand and address sizes.
|
||||||
Obviously, .use16 gives 16-bit modes, .use32 gives 32-bit modes.
|
Obviously, .use16 gives 16-bit modes, .use32 gives 32-bit modes.
|
||||||
This is useful for assembling real mode 80386 code, or pure 16-bit
|
This is useful for assembling real mode 80386 code, or pure 16-bit
|
||||||
modules (that do not have the D-bit set in the segment descriptor).
|
modules (that do not have the D-bit set in the segment descriptor).
|
||||||
|
These assembler directives stay in effect until there is another one.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
uni_ass(6),
|
uni_ass(6),
|
||||||
ack(1),
|
ack(1),
|
||||||
|
|
Loading…
Reference in a new issue