Table of Contents

Hangman 8086, the hangman game in 8086 assembly

Hangman 8086 screenshot FIXME

Download

The latest version is the 1.0. Here are the available files:

Building

Build dependences

For building Hangman 8086 from the source you will need:

NOTE: On GNU/Linux, you can obtain an Emu8086 build environment by typing (from the source directory):

make buildenv

Make the executable

On Linux just type the make command from the source directory1):

make

One Windows, just open the main.asm file with Emu8086, and click on the Compile button.

Running

For running Hangman 8086, you will need to install the following dependence:

NOTE: I recommend to use DOSBox 0.73, because the program crash with the version 0.74.

GNU/Linux

FIXME

Windows

FIXME

1)
Be sure to have installed the build environment with the make buildenv command