Kirjojen hintavertailu. Mukana 12 298 823 kirjaa ja 12 kauppaa.

Kirjailija

Randall Hyde

Kirjat ja teokset yhdessä paikassa: 8 kirjaa, julkaisuja vuosilta 2010-2026, suosituimpien joukossa The Art of 64-Bit Assembly, Volume 2. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

8 kirjaa

Kirjojen julkaisuhaarukka 2010-2026.

The Art of 64-Bit Assembly, Volume 2

The Art of 64-Bit Assembly, Volume 2

Randall Hyde

NO STARCH PRESS
2026
nidottu
Building on Volume 1, this book guides experienced programmers through advanced assembly techniques often overlooked in introductory texts. The Art of 64-Bit Assembly Language, Volume 2 dives into advanced assembly language programming techniques for experienced developers, exploring topics often overlooked in introductory texts. Designed as both a continuation of Volume 1 and a standalone reference, the book takes readers through a modern approach to solving complex programming challenges in assembly, with detailed code snippets, standalone modules, and full program listings - all available online - for hands-on learning and easy application. Because this volume emphasizes techniques rather than optimization, it offers practical skills that developers can apply across a range of projects. The book also builds on code and libraries introduced in the first volume, ensuring a cohesive learning experience. Covers x86-64 assembly language
The Art of ARM Assembly Volume 1

The Art of ARM Assembly Volume 1

Randall Hyde

NO STARCH PRESS,US
2025
nidottu
This book is the latest in Randall Hyde's iconic series on assembly language programming. A comprehensive masterclass on 64-bit ARM, it guides you through the instruction set for the increasingly popular 64-bit ARM CPU, teaching you to translate high-level language operations into assembly language, write powerful programs unique to ARM, and handle the development of large software projects easily. This book's 'quick-start' chapter lets you hit the ground running, showing you how to begin writing simple programs right away. After learning basic 64-bit ARM architecture and syntax for the GNU assembler, Hyde goes in-depth on the fundamentals of machine organization, computer data representation and operations, and memory access. After building a strong foundational knowledge for mastering GAS, control structures, and arithmetic functions, in later chapters you'll be ready to dive into advanced ARM programming - and that's when the real fun begins. Full of illuminating illustrations, portable source code, and hands-on exercises that test your skills, The Art of ARM Assembly is an essential reference guide from the world's foremost expert on the subject.
The Book Of I2c

The Book Of I2c

Randall Hyde

NO STARCH PRESS,US
2022
nidottu
If you work with embedded systems, you're bound to encounter the ubiquitous Inter-Integrated Circuit bus (IIC, I2C, or I2C) - a serial protocol for connecting integrated circuits in a computer system. In The Book of I2C, the first comprehensive guide to this bus, bestselling author Randall Hyde draws on 40 years of industry experience to get you started designing and programming I2C systems.
The Art Of 64-bit Assembly, Volume 1

The Art Of 64-bit Assembly, Volume 1

Randall Hyde

No Starch Press,US
2021
nidottu
Randall Hyde's The Art of Assembly Language has been the go-to book for learning assembly language for decades. Hyde's latest work, Art of 64-bit Assembly Language is the 64-bit version of this popular text. This book guides you through the maze of assembly language programming by showing how to write assembly code that mimics operations in High-Level Languages. This leverages your HLL knowledge to rapidly understand x86-64 assembly language.
Write Great Code, Volume 3

Write Great Code, Volume 3

Randall Hyde

No Starch Press,US
2020
nidottu
This third volume in the Write Great Code series addresses the issues of creating readable and maintainable code that will generate awe from fellow programmers. No matter how efficient your code is, if it isn't readable and maintainable by others, then it's not great code. Great code must have a great design and must adhere to good coding standards. In this book, you'll learn things like coding styles, commenting, code layout, and other crucial coding tasks.
Write Great Code, Volume 2, 2nd Edition

Write Great Code, Volume 2, 2nd Edition

Randall Hyde

No Starch Press,US
2020
nidottu
The second edition of the second volume in the highly-regarded Write Great Code series, teachinh readers how to produce better machine code by directing the actions of their chosen compiler. This second edition has been updated to cover high-level programming languages (such as Swift and Java) as well as code generation on 64-bit CPUsARM, the Java Virtual Machine, and the Microsoft Common Runtime.
Write Great Code, Volume 1, 2nd Edition

Write Great Code, Volume 1, 2nd Edition

Randall Hyde

No Starch Press,US
2020
nidottu
Like the highly regarded first edition, this second edition of Understanding the Machine covers machine organisation and computer science topics like the CPU, machine architecture, memory and cache organisation, I/O and peripheral devices, and how the decoding and execution of machine instructions affects software performance. This edition has been updated to cover 64-bit machines, newer peripheral devices, larger memory systems, large-scale SSDs, and newer CPUs like those used in personal computers and tablets.
The Art of Assembly Language, 2nd Edition

The Art of Assembly Language, 2nd Edition

Randall Hyde

No Starch Press,US
2010
nidottu
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 device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use. Since 1996, Randall Hyde's The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to 32-bit x86 assembly for non-assembly programmers. Hyde's primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts. HLA lets you write true low-level code while enjoying the benefits of high-level language programming. As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code. You'll learn how to: Edit, compile, and run HLA programs Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces Translate arithmetic expressions (integer and floating point) Convert high-level control structures This much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD. Whether you're new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language.