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 update
sudo apt-get install fasm
- Dockerfile
- dockerfile.run/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.