- Mastering Assembly Programming
- Alexey Lyashko
- 73字
- 2021-08-20 10:23:34
General purpose instructions
The general purpose instructions perform basic operations such as data movement, arithmetic, flow control, and so on. They are grouped by their purpose:
- Data transfer instructions
- Binary arithmetic instructions
- Decimal arithmetic instructions
- Logical instructions
- Shift and rotate instructions
- Bit/byte manipulation instructions
- Flow control instructions
- String manipulation instructions
- ENTER/LEAVE instructions
- Flag control instructions
- Miscellaneous instructions
The division of instructions into groups is the same as in the Intel Software Developer's Manual.
推薦閱讀
- DevOps with Kubernetes
- INSTANT FreeMarker Starter
- AngularJS Web Application Development Blueprints
- C語言程序設計教程(第2版)
- Learning AndEngine
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Learning Zurb Foundation
- Integrating Facebook iOS SDK with Your Application
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Clojure for Java Developers
- Mastering SciPy
- 深度學習入門:基于Python的理論與實現
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- HTML5+CSS+JavaScript深入學習實錄
- C++游戲設計案例教程