- hello
- x86-16
- x86-32-mbr
- x86-32
centos nasm安装方式如下:
yum update
yum install make
yum install gcc gcc-c++ -y
wget --no-check-certificate https://www.nasm.us/pub/nasm/releasebuilds/2.16/nasm-2.16.tar.gz
tar zxvf nasm-2.16.tar.gz
cd nasm-2.16.tar.gz
./configure
make install
- 《x86汇编语言-从实模式到保护模式》
- linux 0.11