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
+1 -1
View File
@@ -194,7 +194,7 @@ namespace ComSquare::APU
//! @brief Clear 1-bit instruction, clear a bit in direct page
int CLR1(uint24_t dp, uint8_t bit);
//! @brief test set 1-bit instruction, Test and set bits with absolute address
int TSET1();
int TSET1(uint24_t abs);
public:
explicit APU();