mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 18:31:25 +00:00
Adding inx and iny and improving the debugger
This commit is contained in:
@@ -348,6 +348,9 @@ namespace ComSquare::CPU
|
||||
case Instructions::TAY: this->TAY(); return 2;
|
||||
case Instructions::TXS: this->TXS(); return 2;
|
||||
|
||||
case Instructions::INX: this->INX(); return 2;
|
||||
case Instructions::INY: this->INY(); return 2;
|
||||
|
||||
default:
|
||||
throw InvalidOpcode("CPU", opcode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user