How to Install fasm in Ubuntu 18.04



Install fasm by entering the following commands in the terminal:

sudo apt update
sudo apt install fasm

Description:

fast assembler for the x86 and x86-64 architectures

Flat assembler is a fast, self-compilable assembly language compiler for the x86 and x86-64 architecture processors, which does multiple passes to optimize the size of generated machine code.

Homepage: http://flatassembler.net/

Version: 1.73.02-1

Section: universe/devel