Hello! My name is Vega. I am a Video Game Cheat Code Developer who loves to write code/programs in various Assembly Languages. This page includes links of Chapters to my Tutorial that will teach a Beginner about the PowerPC (PPC 32-bit) Assembly Language. PowerPC is a great 1st Assembly Language to learn in my opinion. This tutorial assumes you know nothing about any Computer Programming languages. It's a full start-to-finish tutorial.
Follow all the Chapters in consecutive order. For assistance, there is a Glossary Page linked near the bottom of this page. Feel free to reference the Glossary any time you need to do so. You *must* have a Linux Machine and understand how to run basic Terminal commands (sorry, I don't use Windows or Mac). To the Windows and MAC users, the four programs that get installed in this Tutorial are GNU PowerPC C Compiler, GNU PowerPC Assembler, QEMU, and GNU Debugger. Google results may provide the guides you need to get those installed and running.
Do **not** skim or skip any content. English is not my best language (lol), so if you find any grammatical errors or any incorrect information, please contact me. Discord - vega8365
Chapter 1: Intro, What is an Assembly Language?
Chapter 2: Software Installation
Chapter 3: Basic Vocabulary, Data/Number Types
Chapter 4: Memory
Chapter 5: Basic Registers
Chapter 6: Instruction Format & Other Basics
Chapter 7: Basic Instructions
Chapter 8: Writing Full Values to Registers
Chapter 9: Using the Assembler, QEMU, & GDB
Chapter 10: Basic Loads & Stores
Chapter 11: Compares & Branches
Chapter 12: Index-Type & Update-Type Loads/Stores
Chapter 13: Loops
Chapter 14: Logical Operations
Chapter 15: Bit Rotation, Shifting, Clearing
Chapter 16: Condition Register, Carry & Borrow
Chapter 17: Exception Basics
Chapter 18: Assembler Directives
Chapter 19: Pointers
Chapter 20: Float Basics
Chapter 21: Float Loads & Stores
Chapter 22: Multi Loading/Storing
Chapter 23: Functions
Chapter 24: The Stack
Chapter 25: Callee-Register Application
Chapter 26: Syscalls
Chapter 27: More Assembler Stuff, Other Things
Chapter 28: Cache Part 1/2
Chapter 29: Cache Part 2/2
Chapter 30: Broadcasting, Barriers
Chapter 31: BAT Registers
Chapter 32: Page Tables
Chapter 33: Conclusion, What is to be done?