Skip to content

future2r/dlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLX Application

This application emulates the DLX processor architecture and provides a development environment.

Setup

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

Build

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

About

DLX Emulator and Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published