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
操作系统 | 包管理器 | 安装命令 |
---|
Windows | scoop | scoop install yasm |
Windows | Chocolatey | choco install -y yasm |
macOS | HomeBrew | brew install yasm |
GNU/Linux | HomeBrew | brew install yasm |
| apt | sudo apt-get install -y yasm |
CentOS | yum | sudo yum install -y yasm |
| dnf | sudo dnf install -y yasm |
openSUSE | zypper | sudo zypper install -y yasm |
Alpine Linux | apk | sudo apk add yasm |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm yasm |
Gentoo Linux | Portage | sudo emerge yasm |
1.3、通过编译源码安装yasm
1.4、yasm中包含的命令
1.5、yasm中包含的头文件
1.6、yasm中包含的库文件