SASM IDE for NASM, MASM, GAS and FASM Assembly Languages

SASM is a free open source NASM, MASM, GAS, FASM assembly languages IDE for Linux, Windows and MacOS. Using this application you can easily learn assembly languages. It comes with syntax highlighting, builder, supports x86 and x64 mode, debugger, option to change IDE color scheme and more. It is written in Python, based on Qt and released under the GNU GPL v3.0 license.

SASM IDE

Download SASM IDE

Install SASM IDE on Ubuntu Linux

You can install SASM via the flatpak package from the flathub remote repository. First install flatpak and flathub on your system and restart it after the installation. If you don’t have then follow below link.

Also Read:  Enable AppImage Support in Ubuntu 23.04

How to Install Flatpak and Flathub

After that open your terminal command-line app using the ctrl+alt+t keys and run this SASM IDE flatpak installation command.

flatpak install flathub io.github.dman95.SASM

It will install the latest version of SASM. Now in the terminal app run below command to start it.

flatpak run io.github.dman95.SASM

If you don’t like it then uninstall it via

sudo flatpak uninstall io.github.dman95.SASM

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply