implemented comf Instruction (#9)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#9
This commit was merged in pull request #9.
This commit is contained in:
darkress
2023-05-31 20:00:52 +02:00
parent c7d062cffd
commit 1f8e3aff58
3 changed files with 29 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ public class CommandDecoder
case 0x500:
return new Andwf(input);
case 0x900:
//comf();
break;
return new Comf(input);
case 0x300:
//decf();
break;