|
@ -523,7 +523,7 @@ public class DigitalTechnik { |
|
|
System.out.println("Bitte wählen Sie ein Thema (Zahl):"); |
|
|
System.out.println("Bitte wählen Sie ein Thema (Zahl):"); |
|
|
System.out.println("1. MIPS Register"); |
|
|
System.out.println("1. MIPS Register"); |
|
|
System.out.println("2. MIPS32"); |
|
|
System.out.println("2. MIPS32"); |
|
|
System.out.println("3. MIPS32"); |
|
|
|
|
|
|
|
|
System.out.println("3. MIPS Befehlssatzarchitektur"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int choice = sc.nextInt(); |
|
|
int choice = sc.nextInt(); |
|
|