VirtualBox

Changeset 95378 in vbox


Ignore:
Timestamp:
Jun 26, 2022 11:16:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151973
Message:

DIS: Added the ICEBP/INT1 instruction.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/disopcode.h

    r95362 r95378  
    133133    OP_LEAVE,
    134134    OP_RETF,
     135    OP_INT1,
    135136    OP_INT3,
    136137    OP_INT,
  • trunk/src/VBox/Disassembler/DisasmTables.cpp

    r95362 r95378  
    366366    /* F */
    367367    OP("lock",               0,              0,          0,          OP_LOCK,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    368     /* softice bp */
    369     INVALID_OPCODE,
     368    OP("icebp",              0,              0,          0,          OP_INT1,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_INTERRUPT),
    370369    OP("repne",              0,              0,          0,          OP_REPNE,   OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    371370    OP("rep(e)",             0,              0,          0,          OP_REPE,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
  • trunk/src/VBox/Disassembler/DisasmTablesX64.cpp

    r93115 r95378  
    341341    /* F */
    342342    OP("lock",               0,              0,          0,          OP_LOCK,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    343     /* softice bp */
    344     INVALID_OPCODE,
     343    OP("icebp",              0,              0,          0,          OP_INT1,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_INTERRUPT),
    345344    OP("repne",              0,              0,          0,          OP_REPNE,   OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    346345    OP("rep(e)",             0,              0,          0,          OP_REPE,    OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette