目录
汇编语言目前主要有2种风格式
汇编编译器有以下几种
安装nasm编译器
ubuntu下使用命令安装
sudo apt-get install nasm
byte 8 位
word 16 位
Dword 32 位(long)
Nasm汇编编译器
原文:https://www.cnblogs.com/mlzrq/p/10182502.html