About 223 results
Open links in new tab
  1. Low-Level Programming: C, Assembly, and Program Execution …

    Jun 29, 2017 · 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.

  2. Low-Level Programming: C, Assembly, and Program Execution …

    Teaches how to use x64 assembly language to write low-level code for performance-critical programs; Shows how to compile and execute low-level code in C inside the Intel 64 hardware and OS framework; Provides practice of a variety of …

  3. Low-Level Programming: C, Assembly, and Program Execution

    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

    • Reviews: 87
    • Author: Igor Zhirkov
  4. Low-Level Programming: C, Assembly, and Program Execution …

    Jul 4, 2017 · Part I: Assembly Language and Computer Architecture.-Chapter 1: Basic Computer Architecture.-Chapter 2: Assembly Language.-Chapter 3: Legacy.-Chapter 4: Virtual Memory.-Chapter 5: Compilation Pipeline.-Chapter 6: Interrupts and System Calls.-Chapter 7: Models of Computation.-Part II: The C Programming Language.-Chapter 8: Basics.-

  5. Mastering C: The Ultimate Guide to Low-Level Programming, …

    Learn how to write efficient, high-performance C code, manage memory with precision, interact directly with hardware, and even develop your own operating system kernel. Step by step, you'll explore the fundamental building blocks of C, including pointers, memory management, and file …

    • Author: STEM SCHOOL
    • Low-Level Programming: C, Assembly, and Program Executi…

      Jun 27, 2017 · 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 - Google Books

      Jun 27, 2017 · 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...

    • Low-Level Programming: C, Assembly, and Program Execution on

      Jun 27, 2017 · 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.

      • 4.3/5
        (98)
      • Low-Level Programming: C, Assembly, and Program ... - Barnes …

        Jun 29, 2017 · 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.

      • Low-Level Programming: C, Assembly, and Program Execution on

        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