- 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.
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- The Supervised Learning Workshop
- Oracle從新手到高手
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python Deep Learning
- Python機器學習編程與實戰
- Learning Unity 2D Game Development by Example
- Python之光:Python編程入門與實戰
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Clojure for Java Developers
- Django 5企業級Web應用開發實戰(視頻教學版)
- R語言:邁向大數據之路(加強版)
- 深入理解Kafka:核心設計與實踐原理
- Elasticsearch搜索引擎構建入門與實戰
- Design Patterns and Best Practices in Java