[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 26 Oct 2013 00:56:11 +0000 (00:56 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 26 Oct 2013 00:56:11 +0000 (00:56 +0000)
commit1525a235a2782ff962c24577f7adea40c23a85c6
treeb09abc17f5786943a21b67ec96cfc2662e1fe73c
parent87f5903d48f179b8ee32cee0ddadcc37dfb25440
[FAST486]
Implement the MOV instruction for control and debug registers.
Remove definitions for non-existant registers CR1, CR4, CR5, CR6 and CR7.
The standard 80486 doesn't have a CR4 register (although some implementations
of the 80486 had large page support and CR4, it was not reliable).
As for the debug registers, DR4 is the same as DR6, and DR5 is the same as DR7.

svn path=/branches/ntvdm/; revision=60747
include/reactos/libs/fast486/fast486.h
lib/fast486/extraops.c
lib/fast486/extraops.h
lib/fast486/fast486.c