implemented Clrf Instruction

This commit is contained in:
darkress
2023-06-02 23:50:34 +02:00
parent ab9f378d34
commit 9a21d9256f
3 changed files with 30 additions and 4 deletions

View File

@@ -54,8 +54,7 @@ public class CommandDecoder
switch(input & 0x3F80)
{
case 0x180:
//clrf();
break;
return new Clrf(input);
case 0x100:
return new Clrw();
case 0x80: