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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user