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.
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.
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.