- Mastering Assembly Programming
- Alexey Lyashko
- 107字
- 2021-08-20 10:23:27
Segment registers and memory organization
Memory organization is one of the most important aspects of CPU design. The first thing to note is that when we say "memory organization", we do not mean its physical layout on memory chips/boards. For us, it is much more important how the CPU sees memory and how it communicates with it (on a higher level, of course, as we are not going to dive into the hardware aspects of the architecture).
However, as the book is dedicated to application programming, rather than operating system development, we will further consider the most relevant aspects of memory organization and access in this section.
推薦閱讀
- 深入理解Android(卷I)
- Java應用與實戰
- vSphere High Performance Cookbook
- 三維圖形化C++趣味編程
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 從零開始:UI圖標設計與制作(第3版)
- 精通MySQL 8(視頻教學版)
- Scala編程實戰
- 大學計算機基礎實訓教程
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Android高級開發實戰:UI、NDK與安全
- Shopify Application Development
- Java自然語言處理(原書第2版)
- Analytics for the Internet of Things(IoT)
- Thymeleaf 3完全手冊