1.

Record Nr.

UNIORUON00186650

Autore

DICKINSON, Robert E.

Titolo

Regional concept : the anglo-american leaders / Robert E. Dickinson

Pubbl/distr/stampa

London ; Henley ; Boston, : Routledge & Kegan Paul, 1976

Descrizione fisica

XXI, 408 p. ; 23 cm.

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

2.

Record Nr.

UNINA9911040917303321

Autore

Smith Stephen

Titolo

Raspberry Pi Assembly Language Programming : ARM Processor Coding / / by Stephen Smith

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2025

ISBN

979-88-6881-874-5

Edizione

[2nd ed. 2025.]

Descrizione fisica

1 online resource (398 pages)

Collana

Maker Innovations Series, , 2948-2550

Disciplina

005.265

Soggetti

Raspberry Pi (Computer) - Programming

Assembly languages (Electronic computers)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Nota di contenuto

Chapter 1: Getting Started -- Chapter 2: Loading and Adding -- Chapter 3: Tooling Up -- Chapter 4: Controlling Program Flow -- Chapter 5: Thanks for the Memories -- Chapter 6: Functions and the Stack -- Chapter 7: Linux Operating System Services -- Chapter 8: Programming GPIO Pins -- Chapter 9: Interacting with C and Python -- Chapter 10: Multiply, Divide and Accumulate -- Chapter 11: Floating Point Operations -- Chapter 12: Neon Coprocessor -- Chapter 13: Optimizing Code -- Chapter 14: Reading and Understanding Code --



Chapter 15: Hacking Code -- Appendix A: The ARM Instruction Set -- Appendix B: Linux System Calls -- Appendix C: Binary Formats -- Appendix D: Assembler Directives -- Appendix E: ASCII Character Set.

Sommario/riassunto

Gain all the skills required to dive into the fundamentals of the Raspberry Pi hardware architecture and how data is stored in the Pi’s memory. This book provides you with working starting points for your own projects while you develop a working knowledge of Assembly Language programming on the Raspberry Pi. You'll learn how to interface to the Pi’s hardware including accessing the GPIO ports. The book covers the basics of code optimization as well as how to inter-operate with C and Python code, so you'll develop enough background to use the official ARM reference documentation for further projects. With Raspberry Pi Assembly Language Programming as your guide, you'll study how to read and reverse engineer machine code and then apply those new skills to study code examples and take control of your Pi’s hardware and software both. For this New Edition Since the original edition, the Raspberry Pi OS has moved to 64-bits. The operating system has been revamped along with several new versions of the Raspberry Pi hardware. The new edition is 64-bit, based on the latest Raspberry Pi OS and hardware, and incorporates reader feedback from the first edition. What You'll Learn Program basic ARM 64-Bit Assembly Language Interface with the various hardware devices on the Raspberry Pi Comprehend code containing Assembly Language Use the official ARM reference documentation.