- Mastering Assembly Programming
- Alexey Lyashko
- 53字
- 2021-08-20 10:23:30
Remaining bits
The remaining 20 bits of the EFlags register are not that important for us while in user-land except, probably, the ID bit (bit #21). The ID flag indicates whether we can or cannot use the CPUID instruction.
Bits 32 - 63 of the RFlags register in long mode would be all 0s.
推薦閱讀
- C++程序設計教程
- JavaScript 從入門到項目實踐(超值版)
- Docker技術入門與實戰(第3版)
- Mastering ServiceStack
- ReSharper Essentials
- iOS 9 Game Development Essentials
- R語言數據可視化之美:專業圖表繪制指南
- Python網絡爬蟲從入門到實踐(第2版)
- Java SE實踐教程
- Python Data Science Cookbook
- HTML5開發精要與實例詳解
- RocketMQ實戰與原理解析
- Magento 2 Beginners Guide
- RESTful Web API Design with Node.js
- Mastering Clojure