implemented btfsc Instruction

This commit is contained in:
Darkress
2023-06-07 21:30:49 +02:00
parent d11f1b06f6
commit c6b5e3989e
3 changed files with 31 additions and 3 deletions

View File

@@ -61,8 +61,7 @@ public class CommandDecoder
case 0x1400:
return new Bsf(input);
case 0x1800:
//btfsc();
break;
return new Btfsc(input);
case 0x1C00:
//btfss();
break;