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.zipfrom the Releases Page. - Run the
afdbox.exeonce - Right-Click on any
.asmfile and selectafdbox.exein theOpen Withcontext menu
- Right click on a
.asmfile 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.