mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibX86: Add INT1 instruction (needed for disassembly)
This commit is contained in:
parent
d0fb511d75
commit
e7136399a1
4 changed files with 5 additions and 0 deletions
|
@ -625,6 +625,8 @@ static void build_slash_reg(u8 op, u8 slash, const char* mnemonic, InstructionFo
|
|||
build(0xEE, "OUT", OP_DX_AL, &Interpreter::OUT_DX_AL);
|
||||
build(0xEF, "OUT", OP_DX_AX, &Interpreter::OUT_DX_AX, OP_DX_EAX, &Interpreter::OUT_DX_EAX);
|
||||
|
||||
build(0xF1, "INT1", OP, &Interpreter::INT1);
|
||||
|
||||
build(0xF4, "HLT", OP, &Interpreter::HLT);
|
||||
build(0xF5, "CMC", OP, &Interpreter::CMC);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue