Implementing the SET bits instructions

This commit is contained in:
Anonymus Raccoon
2020-02-25 22:09:37 +01:00
parent 9e0e712ce0
commit 38045afe15
5 changed files with 77 additions and 20 deletions

View File

@@ -218,6 +218,10 @@ namespace ComSquare::Debugger
case Instructions::CLD: return "CLD";
case Instructions::CLV: return "CLV";
case Instructions::SEC: return "SEC";
case Instructions::SED: return "SED";
case Instructions::SEI: return "SEI";
case Instructions::AND_IM: return "AND";
case Instructions::AND_ABS: return "AND";
case Instructions::AND_ABSl: return "AND";