THUMDER Core is a DeLuXe (DLX) CPU emulator written in C# and tries to be a replacement for WinDLX. It does read and accept the same directives and labels.
For the Web UI Written by Nonondev96 go to this repo: THUMDER
To install THUMDER Core go to the release tab and download the version for your operating system and architecture.
Dependencies
- .NET Core 7 SDK : Dotnet Installation
After .NET is installed, just navigate to the folder containing the .csproj file and run:
dotnet publish -c ReleaseCurrently the only way to use THUMDER Core is as a local command line emulator, it accepts the following sintax:
./THUMDER_Core [File] [Options]
-h --help Show the help message
-S --server Launch as a network server
-v --version Show version informationFor a complete list of how to code DLX assembly and supported instructions, go to the wiki
THUMDER Core is available on Github under the GNU GPLv3 license
Copyright © 2022 Alberto Rodríguez Torres