Low-Level Programming

Low-Level Programming
Author :
Publisher : Apress
Total Pages : 446
Release :
ISBN-10 : 9781484224038
ISBN-13 : 1484224035
Rating : 4/5 (035 Downloads)

Book Synopsis Low-Level Programming by : Igor Zhirkov

Download or read book Low-Level Programming written by Igor Zhirkov and published by Apress. This book was released on 2017-06-27 with total page 446 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. What You'll Learn 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 Who This Book Is For Intermediate to advanced programmers and programming students


Low-Level Programming Related Books

Low-Level Programming
Language: en
Pages: 446
Authors: Igor Zhirkov
Categories: Computers
Type: BOOK - Published: 2017-06-27 - Publisher: Apress

GET EBOOK

Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instruction
C Programming Language
Language: en
Pages: 216
Authors: Brian W. Kernighan
Categories:
Type: BOOK - Published: 2017-07-13 - Publisher:

GET EBOOK

C++ was written to help professional C# developers learn modern C++ programming. The aim of this book is to leverage your existing C# knowledge in order to expa
Write Great Code, Volume 1
Language: en
Pages: 461
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2004-11-01 - Publisher: No Starch Press

GET EBOOK

Today's programmers are often narrowly trained because the industry moves too fast. That's where Write Great Code, Volume 1: Understanding the Machine comes in.
The Art of Assembly Language, 2nd Edition
Language: en
Pages: 764
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2010-03-01 - Publisher: No Starch Press

GET EBOOK

Assembly is a low-level programming language that's one step above a computer's native machine language. Although assembly language is commonly used for writing
Low Level X Window Programming
Language: en
Pages: 264
Authors: Ross J. Maloney
Categories: Computers
Type: BOOK - Published: 2018-03-31 - Publisher: Springer

GET EBOOK

This is the missing X Window book. While others have shown what the X Window system has available, this book shows how to convert this potential into working to