RISC-V Assembly Language Programming: Unlock the Power of the RISC-V Instruction Set

Оглавление⌄
Front Matter....2 1. Getting Started....22 2. Loading and Adding....43 3. Tooling Up....61 4. Controlling Program Flow....80 5. Thanks for the Memories....98 6. Functions and the Stack....120 7. Linux Operating System Services....144 8. Programming GPIO Pins....159 9. Interacting with C and Python....182 10. Multiply and Divide....203 11. Floating-Point Operations....221 12. Optimizing Code....243 13. Reading and Understanding Code....252 14. Hacking Code....266 Back Matter....276
Описание
Коротко и по делу о том, что важно знать про risc.
Gain the skills required to dive into the fundamentals of the RISC-V instruction set architecture. This book explains the basics of code optimization, as well as how to interoperate with C and Python code, thus providing the starting points for your own projects as you develop a working knowledge of assembly language for various RISC-V processors.
You’ll see how to write assembly language programs for several single board computers, including the Starfive Visionfive 2 and the Espressif ESP32-C3 32-bit RISC-V microcontroller. The RISC-V processor is the new open-source CPU that is quickly gaining popularity and this book serves as an introduction to assembly language programming for the processor in either 32- or 64-bit mode. The book also covers running RISC-V Linux with the QEMU emulator on and Intel/AMD based PC or laptop and all the tools required to do so.
In addition, you’ll learn how to interface to hardware such as GPIO ports. Moving on, you’ll examine the basics of the RISC-V hardware architecture, all the groups of RISC-V assembly language instructions and understand how data is stored in the computer’s memory. With RISC-V Assembly Language Programming you’ll develop enough background to use the official RISC-V reference documentation for your own projects.
What You'll LearnProgram basic RISC-V Assembly LanguageSee how data is represented and stored in a RISC-V based computerMake operating system calls from Assembly Language and include other software libraries in projectsInterface to various hardware devicesComprehend code containing Assembly LanguageReverse engineer and hack codeUse the official RISC-V reference documentationWho This Book Is ForThose who have already learned to program in a higher-level language like Python, Java, C# or even C and now wish to learn Assembly Language programming.
Если материал оказался полезен — сохраните страницу.
Поделиться
Частые вопросы
Можно ли скачать «RISC-V Assembly Language Programming: Unlock the Power of the RISC-V Instruction Set» бесплатно?
Да, «RISC-V Assembly Language Programming: Unlock the Power of the RISC-V Instruction Set» доступна для бесплатного скачивания на нашем сайте в формате PDF. Ссылка на файл находится на этой странице.
В каком формате и какого размера файл?
Книга предоставляется в формате PDF, размер файла 1,6 МБ.
Кто автор и когда вышла книга?
автор — Smith Stephen, издательство Apress Media, LLC., год выпуска 2024, 311 страниц.
О чём книга «RISC-V Assembly Language Programming: Unlock the Power of the RISC-V Instruction Set»?
Gain the skills required to dive into the fundamentals of the RISC-V instruction set architecture.