This commit is contained in:
2024-05-06 15:35:51 +02:00
parent 07c9279ad3
commit 0db7c7d840
3 changed files with 34 additions and 10 deletions

View File

@ -93,6 +93,7 @@ public class Commands {
DECF (f, d);
return;
case 0b00101100000000:
//1 bzw 2 Laufzeitpunkte
System.out.println("DECFSZ: " + f + " " + d);
DECFSZ (f, d);
return;