Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture (Repost)

    Posted By: AvaxGenius
    Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture (Repost)

    Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture By Igor Zhirkov
    English | EPUB | 2017 | 446 Pages | ISBN : 1484224027 | 1.5 MB

    Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code.
    Low-Level Programming explains Intel 64 architecture as the result of von Neumann architecture evolution. The book teaches the latest version of the C language (C11) and assembly language from scratch.
    It covers the entire path from source code to program execution, including generation of ELF object files, and static and dynamic linking. Code examples and exercises are included along with the best code practices. Optimization capabilities and limits of modern compilers are examined, enabling you to balance between program readability and performance. The use of various performance-gain techniques is demonstrated, such as SSE instructions and pre-fetching. Relevant Computer Science topics such as models of computation and formal grammars are addressed, and their practical value explained.
    Low-Level Programming teaches programmers to:
    Freely write in assembly language
    Understand the programming model of Intel 64
    Write maintainable and robust code in C11
    Follow 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
    Comprehend the impact of a weak memory model in multi-threaded applications

    Intermediate to advanced programmers and programming students