rdf2ihx
General-purpose x86 assembler
Install
- All systems
-
curl cmd.cat/rdf2ihx.sh
- Debian
-
apt-get install nasm
- Ubuntu
-
apt-get install nasm
- Alpine
-
apk add nasm
- Arch Linux
-
pacman -S nasm
- Kali Linux
-
apt-get install nasm
- CentOS
-
yum install nasm-rdoff
- Fedora
-
dnf install nasm-rdoff
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nasm
- OS X
-
brew install nasm
- Raspbian
-
apt-get install nasm
- Dockerfile
- dockerfile.run/rdf2ihx
- Docker
-
docker run cmd.cat/rdf2ihx rdf2ihx
powered by Commando
nasm
General-purpose x86 assembler
Netwide Assembler. NASM will currently output flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. Also included is NDISASM, a prototype x86 binary-file disassembler which uses the same instruction table as NASM. NASM is released under the GNU Lesser General Public License (LGPL).