mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-25 15:39:28 +00:00
Implementing the XCE instruction
This commit is contained in:
@@ -240,6 +240,8 @@ namespace ComSquare::Debugger
|
||||
case Instructions::AND_SR: return "AND";
|
||||
case Instructions::AND_SRYi: return "AND";
|
||||
|
||||
case Instructions::XCE: return "XCE";
|
||||
|
||||
default: return "Unknown";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user