Spice86

(β˜… 655)

Reverse engineer and rewrite real mode DOS programs!

  • .editorconfig
  • .gitattributes
  • .gitignore
  • AGENTS.md
  • avalonia.png
  • clean.sh
  • CODE_OF_CONDUCT.md
  • CODE_STYLE.md
  • COMPATIBILITY.md
  • CONTRIBUTING.md
  • jetbrainsrider.svg
  • LICENSE
  • NOTICE
  • NuGet.Config
  • README.md
  • regen-asm-bins.sh
  • run.sh

# Installation Guide

1. Get the code
git clone https://github.com/OpenRakis/Spice86

Downloads the entire project code from GitHub to your computer.

cd Spice86

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet run -- -e /path/to/PROGRAM.EXE

Builds the project and runs it immediately.

dotnet build

Type this command into your terminal and run it.

dotnet run -e <path to executable>

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation