Diff for /np2/generic/unasmstr.tbl between versions 1.1 and 1.2

version 1.1, 2004/02/18 02:03:36 version 1.2, 2004/03/07 23:04:51
Line 26  enum { Line 26  enum {
         RSTR_CALL,          RSTR_CALL,
         RSTR_CBW,               RSTR_CDQ,          RSTR_CBW,               RSTR_CDQ,
         RSTR_CLC,               RSTR_CLD,               RSTR_CLI,               RSTR_CMC,          RSTR_CLC,               RSTR_CLD,               RSTR_CLI,               RSTR_CMC,
         RSTR_CLTS,              RSTR_CMP,               RSTR_CMPXCHG,   RSTR_CMPXCHG8B,          RSTR_CLTS,              RSTR_CMP,               RSTR_CMPXCHG,
         RSTR_CMPXCHG8B2,RSTR_CPUID,          RSTR_CMPXCHG8B,                                 RSTR_CMPXCHG8B2,
         RSTR_CWD,               RSTR_CWDE,          RSTR_CPUID,             RSTR_CWD,               RSTR_CWDE,
   
         RSTR_DAA,               RSTR_DAS,          RSTR_DAA,               RSTR_DAS,
         RSTR_DEC,               RSTR_DIV,          RSTR_DEC,               RSTR_DIV,
Line 167  static const REGSTR rstr = { Line 167  static const REGSTR rstr = {
                 "call",                  "call",
                 "cbw",                  "cdq",                  "cbw",                  "cdq",
                 "clc",                  "cld",                  "cli",                  "cmc",                  "clc",                  "cld",                  "cli",                  "cmc",
                 "clts",                 "cmp",                  "cmpxchg",              "cmpxchg8",                  "clts",                 "cmp",                  "cmpxchg",
                 "b",                    "cpuid",                  {'c','m','p','x','c','h','g','8'},      "b",
                 "cwd",                  "cwde",                  "cpuid",                "cwd",                  "cwde",
   
                 "daa",                  "das",                  "daa",                  "das",
                 "dec",                  "div",                  "dec",                  "div",

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>