implemented Andwf instruction

This commit is contained in:
Darkress
2023-05-31 19:42:49 +02:00
parent 7af1145ad4
commit ccc7f72c61
3 changed files with 29 additions and 3 deletions

View File

@@ -11,8 +11,7 @@ public class CommandDecoder
case 0x700:
return new Addwf(input);
case 0x500:
//andwf();
break;
return new Andwf(input);
case 0x900:
//comf();
break;