Auto Run
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user