- Mastering Assembly Programming
- Alexey Lyashko
- 75字
- 2021-08-20 10:23:33
The instruction set summary
We have finally got to the interesting part--the instruction set itself. Unfortunately, describing each and every instruction of a modern Intel-based processor would require a separate book, but since there is already such a book (http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf), we will not multiply things without need and will concentrate on instruction groups rather than on individual instructions. At the end of the chapter, we will implement AES128 encryption for the sake of demonstration.
推薦閱讀
- Learning Single:page Web Application Development
- The DevOps 2.3 Toolkit
- 深入理解Android(卷I)
- C++程序設計(第3版)
- 潮流:UI設計必修課
- Windows系統管理與服務配置
- Python程序設計(第3版)
- 數據結構與算法JavaScript描述
- SQL基礎教程(視頻教學版)
- Building Android UIs with Custom Views
- Mastering Data Mining with Python:Find patterns hidden in your data
- Orleans:構建高性能分布式Actor服務
- Mastering Apache Storm
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Java EE 7 with GlassFish 4 Application Server