- Mastering Assembly Programming
- Alexey Lyashko
- 193字
- 2021-08-20 10:23:31
Installing GAS
GAS is distributed as part of the binutils package, but since it is the default backend for GCC (GNU Compilers Collection), it would be better if we install GCC. In fact, installing GCC instead of binutils alone will slightly simplify the creation of executables out of our Assembly code, as GCC would automatically handle a few tasks during the linking process. Despite having its roots in *nix systems, GAS is also available for Windows and may be downloaded from https://sourceforge.net/projects/mingw-w64/ (just remember to add the bin subfolder in the installation folder to the PATH environment variable). Installation on Windows is quite straightforward--simply follow the steps in the GUI installation wizard.
As this book is intended for developers, it might be safe to assume that you already have it installed on your system, if you are on a *nix system, however, let's leave assumptions aside and install GAS.
- C及C++程序設計(第4版)
- Mobile Web Performance Optimization
- Python數(shù)據(jù)分析入門與實戰(zhàn)
- Vue.js 2 and Bootstrap 4 Web Development
- Django開發(fā)從入門到實踐
- Python Deep Learning
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- Big Data Analytics
- Linux Device Drivers Development
- Scala編程(第5版)
- Xcode 6 Essentials
- RESTful Web Clients:基于超媒體的可復用客戶端
- jQuery技術內(nèi)幕:深入解析jQuery架構設計與實現(xiàn)原理
- 大規(guī)模語言模型開發(fā)基礎與實踐
- Drupal Search Engine Optimization