- 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).
推薦閱讀
- 從零開始:數字圖像處理的編程基礎與應用
- CMDB分步構建指南
- 自制編譯器
- Building a Game with Unity and Blender
- Learning ASP.NET Core 2.0
- Java Web程序設計
- Bootstrap 4:Responsive Web Design
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Python Web數據分析可視化:基于Django框架的開發實戰
- Access 2010中文版項目教程
- .NET Standard 2.0 Cookbook
- GitHub入門與實踐
- Laravel Application Development Blueprints
- Vue.js光速入門及企業項目開發實戰
- R語言數據分析從入門到實戰