- 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.
推薦閱讀
- LaTeX Cookbook
- Mastering Adobe Captivate 2017(Fourth Edition)
- Hands-On Data Structures and Algorithms with JavaScript
- 深入實踐Spring Boot
- Python自動化運維快速入門
- 數據結構習題精解(C語言實現+微課視頻)
- 零基礎學Java程序設計
- Extending Puppet(Second Edition)
- Visual Basic程序設計上機實驗教程
- Learning AngularJS for .NET Developers
- 持續輕量級Java EE開發:編寫可測試的代碼
- Mastering React
- 零基礎學Kotlin之Android項目開發實戰
- Mastering Apache Camel
- Java Hibernate Cookbook