- Mastering Assembly Programming
- Alexey Lyashko
- 60字
- 2021-08-20 10:23:32
The first FASM program
Now that we have installed the Flat Assembler, we cannot move further on unless we build a tiny test executable for either Windows or Linux. Interestingly enough, both examples may be compiled with the same assembler, meaning that the Linux example may be compiled on Windows and vice versa. But let's get to the example itself.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Unreal Engine Physics Essentials
- Instant Testing with CasperJS
- Mastering Zabbix(Second Edition)
- The React Workshop
- HTML5+CSS3網站設計教程
- ASP.NET 3.5程序設計與項目實踐
- SQL 經典實例
- Hands-On GUI Programming with C++ and Qt5
- Python趣味編程與精彩實例
- 從零開始學Python大數據與量化交易
- Java并發實現原理:JDK源碼剖析
- Python Linux系統管理與自動化運維
- 第五空間戰略:大國間的網絡博弈
- Git Version Control Cookbook