- 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.
推薦閱讀
- Mastering RabbitMQ
- What's New in TensorFlow 2.0
- Visual C++串口通信技術詳解(第2版)
- 機械工程師Python編程:入門、實戰與進階
- Reactive Programming With Java 9
- Visual C++數字圖像處理技術詳解
- Android底層接口與驅動開發技術詳解
- C++面向對象程序設計習題解答與上機指導(第三版)
- RESTful Java Web Services(Second Edition)
- LabVIEW虛擬儀器入門與測控應用100例
- Visual Basic程序設計習題與上機實踐
- Laravel Application Development Blueprints
- IoT Projects with Bluetooth Low Energy
- Java程序設計教程
- AI自動化測試:技術原理、平臺搭建與工程實踐