Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Computer Architecture with Python and ARM
Computer Architecture with Python and ARM

Computer Architecture with Python and ARM: Learn how computers work, program your own, and explore assembly language on Raspberry Pi

Arrow left icon
Profile Icon Clements
Arrow right icon
NZ$41.99 NZ$46.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (7 Ratings)
eBook Jul 2023 412 pages 1st Edition
eBook
NZ$41.99 NZ$46.99
Paperback
NZ$58.99
Subscription
Free Trial
Arrow left icon
Profile Icon Clements
Arrow right icon
NZ$41.99 NZ$46.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (7 Ratings)
eBook Jul 2023 412 pages 1st Edition
eBook
NZ$41.99 NZ$46.99
Paperback
NZ$58.99
Subscription
Free Trial
eBook
NZ$41.99 NZ$46.99
Paperback
NZ$58.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Computer Architecture with Python and ARM

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build a computer simulator with Python: Learn computer architecture by designing and constructing a simulator
  • Python for architecture: Use Python to simulate and execute assembly language instructions
  • ARM programming on Raspberry Pi: Explore ARM assembly language and run programs on Raspberry Pi

Description

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.

Who is this book for?

This book is for university students studying computer science, particularly those enrolled in a computer architecture module. With its practical approach and succinct explanations, it is also suitable for hobbyists, enthusiasts, and self-learners seeking a deeper understanding of computer systems. The book assumes foundational knowledge of number bases, binary arithmetic, and Boolean logic concepts. While it primarily caters to the computer science field, this book is less geared toward electrical or electronics engineering.

What you will learn

  • Master the core principles of computer architecture
  • Understand the role of registers, memory, and data flow in computers
  • Discover how to design and implement a computer simulator using Python
  • Simulate and execute assembly language programs on the simulator
  • Enhance the simulator using new instructions for improved output
  • Analyze complex computer instructions for deeper architectural understanding
  • Explore the ARM instruction set and data processing on the Raspberry Pi
  • Develop proficiency in writing, assembling, and running ARM code on the Raspberry Pi

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 31, 2023
Length: 412 pages
Edition : 1st
Language : English
ISBN-13 : 9781837632015
Category :
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 31, 2023
Length: 412 pages
Edition : 1st
Language : English
ISBN-13 : 9781837632015
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just NZ$7 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just NZ$7 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total NZ$ 206.97
50 Algorithms Every Programmer Should Know
NZ$73.99
A Handbook of Mathematical Models with Python
NZ$73.99
Computer Architecture with Python and ARM
NZ$58.99
Total NZ$ 206.97 Stars icon

Table of Contents

16 Chapters
Part 1: Using Python to Simulate a Computer Chevron down icon Chevron up icon
Chapter 1: From Finite State Machines to Computers Chevron down icon Chevron up icon
Chapter 2: High-Speed Introduction to Python Chevron down icon Chevron up icon
Chapter 3: Data Flow in a Computer Chevron down icon Chevron up icon
Chapter 4: Crafting an Interpreter – First Steps Chevron down icon Chevron up icon
Chapter 5: A Little More Python Chevron down icon Chevron up icon
Chapter 6: TC1 Assembler and Simulator Design Chevron down icon Chevron up icon
Chapter 7: Extending the TC1 Chevron down icon Chevron up icon
Chapter 8: Simulators for Other Architectures Chevron down icon Chevron up icon
Part 2: Using Raspberry Pi to Study a Real Computer Architecture Chevron down icon Chevron up icon
Chapter 9: Raspberry Pi: An Introduction Chevron down icon Chevron up icon
Chapter 10: A Closer Look at the ARM Chevron down icon Chevron up icon
Chapter 11: ARM Addressing Modes Chevron down icon Chevron up icon
Chapter 12: Subroutines and the Stack Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6
(7 Ratings)
5 star 57.1%
4 star 42.9%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




POE Sep 12, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is organized into two parts. The first part walks us through how to use Python to simulate a computer. If you are not already familiar with Python, you will appreciate the High-Speed Introduction to Python chapter as it covers everything from soup to nuts in under 30 pages. This first part also covers instruction architecture level and von Neumann architecture to help explain how data flows in a computer. Machine -level instruction sets (CISC and RISC) are also covered.The true gem of this book, in my opinion, is that the author teaches us how to build a simple computer interpreter in Python. Even if you only want to further your Python knowledge and are not interested in computer architecture, this is a great resource.The second main section of the book covers the use of a Raspberry Pi for studying computer architecture. The author does a great job in getting readers up to speed quickly with Raspberry Pi operations. If you follow the examples in the book, you will install and configure programs and packages, write assembly language code, and assemble ARM code. Troubleshooting and debugging are also covered. This section dives deep into ARM architecture, operations, addressing, and subroutines.
Amazon Verified review Amazon
arsalan Sep 04, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is a valuable resource for individuals eager to explore the inner workings of computers and develop practical programming skills. Author offers a solid foundation in computer architecture, coupled with hands-on exercises that reinforce learning. This book provides a fantastic starting point for enthusiasts and students looking to delve into the fascinating world of computer architecture and ARM programming.
Amazon Verified review Amazon
Deborah Scherrer Oct 28, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This excellent book, written by a skilled author, explains how a computer works by teaching us, step by step, how to build a simple computer interpreter in Python. Designed to support teaching the basics of computer architecture, it is essentially a combination of sections on computer architecture, Python, and Raspberry Pi, in depth. We learn-by-doing as Clements walks us through finite state machines, data flow, interpreters, instruction sets, and simulators - culminating by producing our own interpreter. Examples and code are freely available on GitHub.Although this would be a good textbook for computer architect students, it is also valuable for someone who wants to understand how computers work in detail. Raspberry PI users and those wanting to learn Python could benefit. Even software engineers might use it to better understand how computer architecture relates to efficiency, security, and such.Clements is an excellent educator – entirely knowledgeable on the subject. He teaches hands-on by example – “learn by doing”. The concepts and terms are explained well, in depth, and illustrations provided to help comprehension. No small feat given the nature of the subjects.Had I been the author, I might have divided the book into two, using the Raspberry Pi/ARM section as a follow-on. However, the volume is well-written, full and with complete explanations. Comprehensive and extensive, it’ll take you a while to get through it. But if you’re game, this is an excellent learning tool. Wish I had had it at the start of my career!
Amazon Verified review Amazon
Amazon Customer Sep 20, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Alan Clements is a pioneer in the industry and has, yet again, authored an excellent recipe book that reads like a novel. It is detailed, clear, concise, and to the point.I felt like the author was sitting beside me looking over my shoulder and answering my questions before I asked them.The book gets you up and running with Python, ARM, and the Pi quickly and efficiently with what you need to know and allows students to move as fast as they want through the material while learning and combining the different parts.The relevant and essential content was bounded and described in perfect ratios: not too lengthy and voluminous while not too short and brief. Every bit of information was useful and left just enough to my imagination to keep me engaged.An abundance of sample and example code including clear explanations of what, where, why, and how. Clear descriptions of all resources, code, and everything you need to get up and running quickly.A valuable source to design custom platforms combining elements of RISC, CISC, Von-Neumann, and non-Von-Neumann architectures. An excellent cross section of relevant, scalable, and useful material.Pay close attention to the material. It is designed to be immediately referenced, applied, and/or built upon.
Amazon Verified review Amazon
D&A Sep 05, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Commencing with an exploration of computer architecture and the intricate pathways of data within a computer system, you will advance to the creation of your very own interpreter using Python. This solid foundation will empower you to simulate computer operations, providing you with the tools to enhance your simulator by introducing new instructions and showcasing improved outcomes. Abundant with lucid explanations, hands-on examples, and coding exercises, this invaluable resource equips you with the skills to design and construct your personalized computer simulator, simulate assembly language programs effectively, and harness the potential of Raspberry Pi for ARM programming.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.