Skip to content

heartape/study-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nasm

examples

  1. hello
  2. x86-16
  3. x86-32-mbr
  4. x86-32

软件安装

  1. Bochs
  2. nasm
  3. dd

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

参考

  1. 《x86汇编语言-从实模式到保护模式》
  2. linux 0.11

Releases

No releases published

Packages

No packages published