implemented bsf Instruction (#26)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#26
This commit was merged in pull request #26.
This commit is contained in:
darkress
2023-06-07 21:19:12 +02:00
parent fa89faa979
commit d11f1b06f6
3 changed files with 28 additions and 3 deletions

View File

@@ -59,8 +59,7 @@ public class CommandDecoder
case 0x1000:
return new Bcf(input);
case 0x1400:
//bsf();
break;
return new Bsf(input);
case 0x1800:
//btfsc();
break;