reactos/lib/fast486
Aleksandar Andrejevic bbc9efd2d9 [FAST486]
- Fix the privilege checks.
- Store the CPL in a special field, so that it doesn't get mixed up
  with the lowest 2 bits of real mode selectors while switching
  into protected mode.
- Reset the exception count after a successful ISR call.
- In Fast486OpcodeGroup0F01, check for prefix overrides after parsing
  the Mod-Reg-R/M, which might add a SS: prefix override in some cases.


svn path=/branches/ntvdm/; revision=60995
2013-11-15 02:32:08 +00:00
..
CMakeLists.txt Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic. 2013-10-19 16:55:51 +00:00
common.c [FAST486] 2013-11-15 02:32:08 +00:00
common.h [FAST486]: Put the inlined function in its proper file. No code changes. 2013-11-11 15:34:18 +00:00
common.inl [FAST486] 2013-11-15 02:32:08 +00:00
COPYING Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic. 2013-10-19 16:55:51 +00:00
extraops.c [FAST486] 2013-11-14 02:39:54 +00:00
extraops.h [FAST486] 2013-11-11 03:14:18 +00:00
fast486.c [FAST486] 2013-11-15 02:32:08 +00:00
opcodes.c [FAST486] 2013-11-14 03:11:33 +00:00
opcodes.h [FAST486] 2013-10-27 11:42:44 +00:00
opgroups.c [FAST486] 2013-11-15 02:32:08 +00:00
opgroups.h [FAST486] 2013-11-01 22:39:43 +00:00