Randall Hyde – författare
Visar alla böcker från författaren Randall Hyde. Handla med fri frakt och snabb leverans.
8 produkter
8 produkter
Häftad, Engelska, 2020
492 kr
Skickas inom 5-8 vardagar
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.
Häftad, Engelska, 2020
460 kr
Skickas inom 5-8 vardagar
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.
Häftad, Engelska, 2020
491 kr
Skickas inom 5-8 vardagar
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.
Häftad, Engelska, 2021
726 kr
Skickas inom 3-6 vardagar
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.
Häftad, Engelska, 2022
491 kr
Skickas inom 5-8 vardagar
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.
Häftad, Engelska, 2025
783 kr
Skickas inom 3-6 vardagar
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.
Häftad, Engelska, 2026
742 kr
Kommande
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.
Häftad, Engelska, 2010
577 kr
Tillfälligt slut
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.