Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly

Robert Plantz
Год издания: 2022
Страниц: 502
Язык: английский
Introduction to Computer Organization gives programmers a practical understanding of what happens in a computer when you execute your code. You may never have to write x86-64 assembly language or design hardware yourself, but knowing how the hardware and software works will give you greater control and confidence over your coding decisions. We start with high level fundamental concepts like memory organization, binary logic, and data types and then explore how they are implemented at the assembly language level.