This application emulates the DLX processor architecture and provides a development environment.
For cloning the code you will need Git. You may download it from:
This project requires JDK 24. You may download it from:
The project was developed with VS Code. You may download it from
This project uses Maven Wrapper. This will automatically download and install the required Maven version.
Maven requires the JAVA_HOME variable to be set.
Use PowerShell to set this variable (use your path here):
$env:JAVA_HOME = "C:\Program Files\jdk-24"
Then you may execute the build:
.\mvnw clean compile