- Mastering Assembly Programming
- Alexey Lyashko
- 88字
- 2021-08-20 10:23:33
Assembly source template
We will start with two 32-bit templates, one for Windows and one for Linux. 64-bit templates will be added very soon and we will see that they are not much different from 32-bit ones. The templates contain some macro instructions and directives that will be explained later in the book. As for now, these templates are provided with the sole purpose to give you the ability to write simple (and not so simple) snippets of code, compile them, and test them in a debugger.
推薦閱讀
- Java程序設計(慕課版)
- Kubernetes實戰
- Mastering Entity Framework
- Twilio Best Practices
- C和C++安全編碼(原書第2版)
- C語言程序設計實訓教程
- NumPy Essentials
- Visual C++串口通信技術詳解(第2版)
- SQL Server實用教程(SQL Server 2008版)
- Machine Learning With Go
- TypeScript 2.x By Example
- 3ds Max 2018從入門到精通
- Mastering Machine Learning with R
- 高質量程序設計指南:C++/C語言
- Apache Kafka 1.0 Cookbook