- Mastering Assembly Programming
- Alexey Lyashko
- 54字
- 2021-08-20 10:23:31
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"
推薦閱讀
- The Complete Rust Programming Reference Guide
- Python程序設計教程(第2版)
- Java多線程編程實戰指南:設計模式篇(第2版)
- Testing with JUnit
- 深入淺出Java虛擬機:JVM原理與實戰
- Web Development with Django Cookbook
- Web Application Development with R Using Shiny(Second Edition)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- aelf區塊鏈應用架構指南
- Building a Quadcopter with Arduino
- 青少年學Python(第1冊)
- SQL Server從入門到精通(第3版)
- Scala程序員面試算法寶典
- Android傳感器開發與智能設備案例實戰
- Visual Studio Code 權威指南