implemented bsf Instruction

This commit is contained in:
Darkress
2023-06-07 21:18:49 +02:00
parent fa89faa979
commit 91807e7983
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;