Implementing the XCE instruction

This commit is contained in:
Anonymus Raccoon
2020-02-25 23:05:15 +01:00
parent 8dbaea89ed
commit 4da96894ae
5 changed files with 56 additions and 1 deletions
+2
View File
@@ -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";
}
}