Аннотация
This book aims to help you develop a consistent vision of the domain of low-level programming. We want to enable a careful reader to • Freely write in assembly language.
• Understand the Intel 64 programming model.
• Write maintainable and robust code in C11.
• Understand the compilation process and decipher assembly listings.
• Debug errors in compiled assembly code.
• Use appropriate models of computation to greatly reduce program complexity.
• Write performance-critical code.
There are two kinds of technical books: those used as a reference and those used to learn. This book is, without doubt, the second kind. It is pretty dense on purpose, and in order to successfully digest the information we highly suggest continuous reading. To quickly memorize new information you should try to connect it with the information with which you are already familiar. That is why we tried, whenever possible, to base our explanation of each topic on the information you received from previous topics.
This book is written for programming students, intermediate-to-advanced programmers, and low-level programming enthusiasts. The prerequisites are a basic understanding of binary and hexadecimal systems and a basic knowledge of Unix commands.
!["A Byte of Python" – это свободная книга по программированию на языке Python. Она может служить учебным пособием или руководством по языку Python для начинающей аудитории. Если... Укус Питона [Версия 2.01]](https://www.rulit.me/kotha/images/nocover.jpg)




![Всякому, кто зарабатывает на жизнь разработкой программного обеспечения, крайне важно добиваться лучшего результата быстрее и с меньшими усилиями.
Правильный... Продуктивный программист [Как сделать сложное простым, а невозможное – возможным]](https://www.rulit.me/data/programs/images/produktivnyj-programmist-kak-sdelat-slozhnoe-prostym-a-nevoz_606093.jpg)
![Алгоритмы - это всего лишь пошаговые алгоритмы решения задач, и большинство таких задач уже были кем-то решены, протестированы и проверены. Можно, конечно,... Грокаем алгоритмы [Иллюстрированное пособие для программистов и любопытствующих]](https://www.rulit.me/data/programs/images/grokaem-algoritmy-illyustrirovannoe-posobie-dlya-programmistov-i-lyubo_602592.jpg)

![The bible of all fundamental algorithms and the work that taught many of today The Art of Computer Programming: Volume 3: Sorting and Searching [2nd Edition]](https://www.rulit.me/data/programs/images/the-art-of-computer-programming-volume-3-sorting-and-searchi_568628.jpg)
![Эта книга для тех, кто давно связан с разработкой программного обеспечения. Или для тех, кто еще думает выбрать программирование своей профессией. Или для тех, кто... Дефрагментация мозга [Софтостроение изнутри]](https://www.rulit.me/data/programs/images/defragmentaciya-mozga-softostroenie-iznutri_567023.jpg)

Комментарии к книге "Low-Level Programming [C, Assembly, and Program Execution on Intel® 64 Architecture]"