TSET1 instruction finished

This commit is contained in:
Melefo
2020-02-13 16:37:37 +01:00
parent f66ffad5c5
commit 3ebe1952d8
4 changed files with 28 additions and 2 deletions
+2
View File
@@ -165,6 +165,8 @@ namespace ComSquare::APU
return this->NOP();
case 0x02:
return this->SET1(_getDirectAddr(), 0);
case 0x0E:
return this->TSET1(_getAbsoluteAddr());
case 0x12:
return this->CLR1(_getDirectAddr(), 0);
case 0x20: