Overview
Explore the inner workings of CPUs and fundamental assembly programming concepts in this 26-minute video tutorial. Delve into common CPU features and functionalities essential for assembly programming across various architectures. Learn about registers, calculations, program counters, memory addressing, flags, carry operations, ports, stacks, interrupts, and endianness. Gain practical insights that apply to multiple CPU types, enhancing your assembly programming skills. Access complementary text lessons and source code on the instructor's website for a comprehensive learning experience. Discover how understanding these core concepts can improve your ability to write efficient assembly code for different processors.
Syllabus
Intro
The registers
Calculations
Program Counter
Memory Address
Flags
Carry
Ports
Stack
Interrupts
Endian
Taught by
ChibiAkumas