implemented Clrw instruction

This commit is contained in:
darkress
2023-06-02 23:26:50 +02:00
parent b23bf4c54b
commit a1992b6fda
3 changed files with 21 additions and 8 deletions

View File

@@ -57,8 +57,7 @@ public class CommandDecoder
//clrf();
break;
case 0x100:
//clrw();
break;
return new Clrw();
case 0x80:
//movwf();
break;