This commit is contained in:
2024-04-22 12:18:40 +02:00
parent 7be45ed266
commit 59c77f8b8a
3 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@ public class Commands {
return;
case 0b01010000000000:
System.out.println("BSF: " + f + " " + b);
DataRegister.clearBit(f, b);
DataRegister.setBit(f, b);
return;
case 0b01100000000000:
System.out.println("BTFSC: " + f + " " + b);