Skip to content

Commit

Permalink
add some more privileged instructions to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Nov 22, 2024
1 parent 3c1f7ea commit 72a5982
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ LONG WINAPI dbg_vectored_exception_handler(EXCEPTION_POINTERS* exception)
case 0xE7: // OUT ib
size = 2;
break;
case 0xF8: // CLC
case 0xF9: // STC
case 0xFA: // CLI
case 0xFB: // STI
case 0xFC: // CLD
case 0xFD: // STD
case 0xEC: // IN ib
case 0xED: // IN id
case 0xEE: // OUT
Expand Down

0 comments on commit 72a5982

Please sign in to comment.