Practical Computer Architecture with Python and ARM. An introductory guide for enthusiasts and students to learn how computers work and program their own - Helion
Tytuł oryginału: Practical Computer Architecture with Python and ARM. An introductory guide for enthusiasts and students to learn how computers work and program their own
ISBN: 9781837632015
stron: 412, Format: ebook
Data wydania: 2023-07-31
Księgarnia: Helion
Cena książki: 129,00 zł
This comprehensive guide offers a unique and immersive learning experience by combining Python programming with ARM architecture.
Starting with an introduction to computer architecture and the flow of data within a computer system, you’ll progress to building your own interpreter using Python. You’ll see how this foundation enables the simulation of computer operations and learn ways to enhance a simulator by adding new instructions and displaying improved results.
As you advance, you’ll explore the TC1 Assembler and Simulator Program to gain insights into instruction analysis and explore practical examples of simulators. This will help you build essential skills in understanding complex computer instructions, strengthening your grasp of computer architecture. Moreover, you’ll be introduced to the Raspberry Pi operating system, preparing you to delve into the detailed language of the ARM computer. This includes exploring the ARM instruction set architecture, data-processing instructions, subroutines, and the stack.
With clear explanations, practical examples, and coding exercises, this resource will enable you to design and construct your own computer simulator, simulate assembly language programs, and leverage the Raspberry Pi for ARM programming.
Osoby które kupowały "Practical Computer Architecture with Python and ARM. An introductory guide for enthusiasts and students to learn how computers work and program their own", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Computer Architecture with Python and ARM. Learn how computers work, program your own, and explore assembly language on Raspberry Pi eBook -- spis treści
- 1. Introduction to the computer
- 2. Computer architecture: Data flow in a computer
- 3. Crafting an interpreter: First steps
- 4. A little more Python
- 5. Analyzing the Instruction
- 6. The Different Types of Computing Technologies
- 7. Adding New Instructions
- 8. Displaying results
- 9. Examples of simulators
- 10. Basics of the Raspberry Pi operating system
- 11. ARM instruction set architecture
- 12. ARM data-processing instructions
- 13. Appendix I: Examples of ARM code