A portable program to quickly set up a Windows PC to run assembly programs.
afdboxv2.mp4
Online VS Code Editor: https://vscode.dev
A program that allows you to Compile (with NASM), Run (with DOSBox) and Debug (with AFD) .asm files by just double clicking on them.
I'm Lazy.
- Download and extract the
labsetup.zip
from the Releases Page. - Run the
afdbox.exe
once - Right-Click on any
.asm
file and selectafdbox.exe
in theOpen With
context menu
- Right click on a
.asm
file and open its Properties - Click on the "Change" Button next to the "Opens with" text
- Select
afdbox.exe
In this mode, the program will be opened in AFD after it is compiled. This mode is enabled by default.
This mode will just execute the program after compilation. This is useful when the program prints something on the screen.
Open afdbox.exe
and press any key to switch between Run
and Debug
Mode.
Note
If you have moved labsetup
folder after running afdbox.exe
once, you will have to re-run afdbox.exe
for the program to work again.