mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-25 15:39:28 +00:00
Implementing the REP instruction
This commit is contained in:
@@ -279,6 +279,8 @@ namespace ComSquare::CPU
|
||||
|
||||
case Instructions::SEP: this->SEP(this->_getImmediateAddr()); return 3;
|
||||
|
||||
case Instructions::REP: this->REP(this->_getImmediateAddr()); return 3;
|
||||
|
||||
default:
|
||||
throw InvalidOpcode("CPU", opcode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user