Tags
Language
Tags
November 2024
Su Mo Tu We Th Fr Sa
27 28 29 30 31 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

Introduction to Computer Organization, ARM Edition

Posted By: lucky_aut
Introduction to Computer Organization, ARM Edition

Introduction to Computer Organization, ARM Edition
English | 2025 | ISBN: 9798341620025 | 520 pages | EPUB | 27.4 MB

The ARM edition of Introduction to Computer Organization will show you how high-level code connects to computer hardware through ARM 64-bit assembly language. You’ll learn ARM assembly language from the ground up, and all you’ll need is some basic experience with programming. As you grow to understand ARM’s 64-bit design (from first principles), you’ll develop the skills to write more efficient, optimized code.

Data storage formats and computer encoding
Binary and hexadecimal arithmetic operations
Boolean algebra and logic gates
Digital circuit design
Explore how software and hardware interact

Memory hierarchy, from CPU registers to the cloud
CPU architecture and instruction execution
ARM 64-bit assembly language programming
Get hands-on experience programming the GPIO on Raspberry Pi 3, 4, and 5 in assembly. Use GNU programming tools to examine code generated from C and C++ by the compiler, write assembly programs from scratch, and use the debugger to visualize execution, inspect registers, and understand machine-level operations. Each chapter includes practical “Your Turn” exercises to reinforce key concepts and build real-world programming skills.

Whether you’re optimizing code performance, developing embedded systems, or simply curious about how computers execute your programs, this guide provides deep insight into how software and hardware interact to bring programs to life.