- Mastering Assembly Programming
- Alexey Lyashko
- 36字
- 2021-08-20 10:23:29
Bit #6 - zero flag
The zero flag (ZF) is set when the result of an arithmetic or bitwise operation is 0. This includes operations that do not store the result (for example, comparison and bit test).
推薦閱讀
- 微服務設計(第2版)
- .NET之美:.NET關鍵技術深入解析
- WildFly:New Features
- Fundamentals of Linux
- UML和模式應用(原書第3版)
- Git Version Control Cookbook
- Learning Apex Programming
- Java異步編程實戰
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Python算法指南:程序員經典算法分析與實現
- QGIS Python Programming Cookbook(Second Edition)
- Java Web應用開發項目教程
- STM8實戰
- Python Web自動化測試設計與實現