implemented Clrwdt Instruction

This commit is contained in:
Darkress
2023-06-17 22:51:46 +02:00
parent 9f2a814c34
commit 02f7e52856
3 changed files with 29 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ public class CommandDecoder
if (input == 0x0064)
{
//clrwdt();
return new Clrwdt();
}
if (input == 0x0009)