implemented Andwf instruction (#8)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#8
This commit was merged in pull request #8.
This commit is contained in:
darkress
2023-05-31 19:44:54 +02:00
parent 7af1145ad4
commit c7d062cffd
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;