- Mastering Assembly Programming
- Alexey Lyashko
- 81字
- 2021-08-20 10:23:31
GNU Assembler (GAS)
The GNU Assembler or GAS, or simply AS, is the most used assembler on *nix (Unix and Linux) platforms. While it is cross-platform (having the right build of GAS, we can compile Assembly code for a wide variety of platforms including Windows), flexible and powerful, it defaults to the AT&T syntax, which is, for those used to Intel syntax, weird, to say the least. GAS is free software released under the terms of GNU General Public License v3.
推薦閱讀
- 大學計算機基礎(第二版)
- Python 深度學習
- 我的第一本算法書
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 實戰低代碼
- Java設計模式及實踐
- 快速念咒:MySQL入門指南與進階實戰
- Hands-On GUI Programming with C++ and Qt5
- OpenCV with Python By Example
- R語言:邁向大數據之路(加強版)
- Python趣味編程與精彩實例
- C編程技巧:117個問題解決方案示例
- Xamarin Cross-Platform Development Cookbook
- 深入理解Kafka:核心設計與實踐原理
- Spring Boot從入門到實戰