* remove "\r" nonsense
[mascara-docs.git] / i386 / i386.reference / SMSW.htm
blob009d5d2cec7911f8b4cbd989e47d6b4b06c77891
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>80386 Programmer's Reference Manual -- Opcode SMSW</TITLE>
5 </HEAD>
6 <BODY>
7 <B>up:</B> <A HREF="c17.htm">
8 Chapter 17 -- 80386 Instruction Set</A><BR>
9 <B>prev:</B><A HREF="SLDT.htm"> SLDT Store Local Descriptor Table Register</A><BR>
10 <B>next:</B><A HREF="STC.htm"> STC Set Carry Flag</A>
11 <P>
12 <HR>
13 <P>
14 <H1>SMSW -- Store Machine Status Word</H1>
16 <PRE>
17 Opcode Instruction Clocks Description
19 0F 01 /4 SMSW r/m16 2/3,pm=2/2 Store machine status word to EA
20 word
21 </PRE>
24 <H2>Operation</H2>
26 <PRE>
27 r/m16 := MSW;
28 </PRE>
30 <H2>Description</H2>
32 SMSW stores the machine status word (part of CR0) in the two-byte register
33 or memory location indicated by the effective address operand.
35 <H2>Flags Affected</H2>
37 None
39 <H2>Protected Mode Exceptions</H2>
41 #GP(0) if the result is in a nonwritable segment; #GP(0) for an illegal
42 memory operand effective address in the CS, DS, ES, FS, or GS segments;
43 #SS(0) for an illegal address in the SS segment; #PF(fault-code) for a page
44 fault
46 <H2>Real Address Mode Exceptions</H2>
48 Interrupt 13 if any part of the operand would lie outside of the effective
49 address space from 0 to 0FFFFH
51 <H2>Virtual 8086 Mode Exceptions</H2>
53 Same exceptions as in Real Address Mode; #PF(fault-code) for a page fault
55 <H2>Notes</H2>
57 This instruction is provided for compatibility with the 80286; 80386
58 programs should use <A HREF="MOVRS.htm">MOV</A> ..., CR0.
59 <P>
60 <HR>
61 <P>
62 <B>up:</B> <A HREF="c17.htm">
63 Chapter 17 -- 80386 Instruction Set</A><BR>
64 <B>prev:</B><A HREF="SLDT.htm"> SLDT Store Local Descriptor Table Register</A><BR>
65 <B>next:</B><A HREF="STC.htm"> STC Set Carry Flag</A>
66 </BODY>