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