yasm
1.1、yasm简介
short for:yet another assembler
是什么 ?:a complete rewrite of the nasm
开发语言:C
官方主页:http://yasm.tortall.net
源码仓库:https://github.com/yasm/yasm

yasm支持Intel汇编语法GNU Assembler语法

1.2、通过包管理器安装yasm
操作系统包管理器安装命令
Windowsscoopscoop install yasm
WindowsChocolateychoco install -y yasm
macOSHomeBrewbrew install yasm
GNU/LinuxHomeBrewbrew install yasm
aptsudo apt-get install -y yasm
CentOSyumsudo yum install -y yasm
dnfsudo dnf install -y yasm
openSUSEzyppersudo zypper install -y yasm
Alpine Linuxapksudo apk add yasm

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm yasm
Gentoo LinuxPortagesudo emerge yasm
1.3、通过编译源码安装yasm
1.4、yasm中包含的命令
1.5、yasm中包含的头文件
1.6、yasm中包含的库文件
  • libyasm.{a | so | dylib}