Mastering Assembly Programming
上QQ阅读APP看书,第一时间看更新

Step 1 - installing GAS

Open your favorite terminal emulator and issue the following command:

sudo apt-get install binutils gcc

If you are on a Debian-based distribution or if it is RH based, then use the following command:

sudo yum install binutils gcc

Alternatively, you can use the following:

su -c "yum install binutils gcc"