Assembly Language Help (alang.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
MOV Special Instruction
◄Detail► ◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Title: Move to/from Special Registers Flags: O D I T S Z A P C
80386/486 Only ═════════════════
? ? ? ? ? ?
Syntax: MOV dest,src
See also: .386
Description:
Moves a value from a special register to or from a 32-bit
general-purpose register. The special registers include the
control registers CR0, CR2, and CR3; the debug registers DR0, DR1,
DR2, D3, DR6, and DR7; and the test registers TR6 and TR7. On the
80486, the test registers TR3, TR4, and TR5 are also available.
See Intel documentation for details on special registers.
-♦-