Transform your favorite editor into a fully functional Assembly (ASM) IDE with this extension-like setup.
Plug-and-play environment that adds native Assembly support to VS Code and VSCodium on both Linux and Windows.
Run the corresponding command to configure your editor and install dependencies instantly:
Supports Arch, Debian/Ubuntu, Fedora, and their derivatives.
bash <(curl -sSL https://raw.githubusercontent.com/ahmed-x86/asm/refs/heads/main/install-linux.sh)
Optimized for Windows 10 & 11 via PowerShell:
irm https://raw.githubusercontent.com/ahmed-x86/asm/refs/heads/main/install-windows.ps1 | iex
For Legacy Windows 7:
irm https://raw.githubusercontent.com/ahmed-x86/asm/refs/heads/main/install-windows7.ps1 | iex
tasks.json and launch.json allow you to build, run, and debug your code with a single shortcut (Ctrl+Shift+P / F5).NASM, GCC, and GDB.> i use arch btw