Author: aandrejevic Date: Thu Sep 5 23:50:42 2013 New Revision: 59995
URL: http://svn.reactos.org/svn/reactos?rev=59995&view=rev Log: [SOFT386] Add the instructions implemented in the previous commit to the opcode table.
Modified: branches/ntvdm/lib/soft386/opcodes.c
Modified: branches/ntvdm/lib/soft386/opcodes.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/soft386/opcodes.c?rev=... ============================================================================== --- branches/ntvdm/lib/soft386/opcodes.c [iso-8859-1] (original) +++ branches/ntvdm/lib/soft386/opcodes.c [iso-8859-1] Thu Sep 5 23:50:42 2013 @@ -156,10 +156,10 @@ NULL, // TODO: OPCODE 0x81 NOT SUPPORTED NULL, // TODO: OPCODE 0x82 NOT SUPPORTED NULL, // TODO: OPCODE 0x83 NOT SUPPORTED - NULL, // TODO: OPCODE 0x84 NOT SUPPORTED - NULL, // TODO: OPCODE 0x85 NOT SUPPORTED - NULL, // TODO: OPCODE 0x86 NOT SUPPORTED - NULL, // TODO: OPCODE 0x87 NOT SUPPORTED + Soft386OpcodeTestByteModrm, + Soft386OpcodeTestModrm, + Soft386OpcodeXchgByteModrm, + Soft386OpcodeXchgModrm, NULL, // TODO: OPCODE 0x88 NOT SUPPORTED NULL, // TODO: OPCODE 0x89 NOT SUPPORTED NULL, // TODO: OPCODE 0x8A NOT SUPPORTED