[SOFT386]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 11 Oct 2013 23:45:42 +0000 (23:45 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 11 Oct 2013 23:45:42 +0000 (23:45 +0000)
commita2e0e03ee69f14527dc0d8f4946196a35b6d234a
tree2349c28332934fb97d224549835a5abe445b6c96
parent8dff09c37aee144284f6a902ecb498ec341f1d89
[SOFT386]
- Fix calculation of the AF flag in opcode groups 0xFE and 0xFF (INC/DEC).
- Fix a bug in the REP prefix by simulating the wrap-around of DI which
  can occur when the current address size is 16-bit.
- Exception error codes are only pushed on the stack in protected mode.

svn path=/branches/ntvdm/; revision=60625
lib/soft386/common.c
lib/soft386/opcodes.c
lib/soft386/opgroups.c