- 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.
推薦閱讀
- Advanced Machine Learning with Python
- SoapUI Cookbook
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- PostgreSQL技術內幕:事務處理深度探索
- Bootstrap Essentials
- SEO實戰密碼
- C++程序設計基礎教程
- PhpStorm Cookbook
- Building Minecraft Server Modifications
- 零基礎輕松學SQL Server 2016
- Learning Concurrency in Python
- 數字媒體技術概論
- Mastering Data Analysis with R
- 零基礎入門Python數據分析與機器學習