0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOSにnasmをインストール

Posted at

#CentOSにnasmをインストール

###利用環境

VirtualBox 6.0.12 platform packages
CentOS-7-x86_64-DVD-1908.iso
nasm-2.14.02

30日でできるOS自作入門 という本も買って勉強している
ちょこっとアセンブラで遊ぶ為に、勉強用のCentOSにNASMを入れてみた。

NASM公式サイト
から、2019/09/28時点の最新 nasm-2.14.02 のソースコードをダウンロード
解凍はWindows上で実施した。

./configure
make
sudo make install

image.png

image.png

image.png

nasm --version

image.png

しかし、Cコンパイラでアセンブラをコンパイルするって
卵が先か鶏が先かみたいで、感慨深いw

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?