fasm
fast assembler for the x86 and x86-64 architectures
Install
- All systems
-
curl cmd.cat/fasm.sh
- Debian
-
apt-get install fasm - Ubuntu
-
apt-get install fasm - Kali Linux
-
apt-get install fasm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install fasm
fasm
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.