x64 Assembly and C++ Tutorial 3: Intro to Registers, 8086 Register Set
In this third tutorial, I’d like to introduce the register set by explaining where it’s come from. The 8086 is the grandpa of our x64 CPU’s. We still have most of the registers from the humble 1970’s 8086 so I’ll weave my way to the x64 register set via the 8086 (in this tutorial), then the 386/486 register sets (in the following tutorial) and finally we’ll get to how the modern register looks.
The Registers are strange, impossibly flexible and typeless entities residing on the CPU. They are the fastest me
1 view
756
182
6 years ago 00:17:44 2
Modern x64 Assembly 1: Beginning Assembly Programming
6 years ago 00:10:48 3
x64 Assembly and C++ Tutorial 0: Setting Up x64 Assembly in Visual Studio Express
9 years ago 00:12:01 0
x64 Assembly and C++ Tutorial 5: x64 Register Set
9 years ago 00:23:51 0
x64 Assembly and C++ Tutorial 25: Assembly Adjust Brightness Coding
9 years ago 00:13:15 0
x64 Assembly and C++ Tutorial 24: Assembly Adjust Brightness Planning
9 years ago 00:31:39 4
x64 Assembly and C++ Tutorial 28: Stack Frames
9 years ago 00:09:19 1
x64 Assembly and C++ Tutorial 1: Getting into x64 ASM from C++
9 years ago 00:13:32 0
x64 Assembly and C++ Tutorial 17: Rotate Instructions
9 years ago 00:11:33 0
x64 Assembly and C++ Tutorial 2: Integer Datatypes
9 years ago 00:16:26 1
x64 Assembly and C++ Tutorial 29: Test Instruction
9 years ago 00:13:13 0
x64 Assembly and C++ Tutorial 6: Basic Instructions
9 years ago 00:11:41 0
x64 Assembly and C++ Tutorial 9: Passing Integers to and from C++ and Assembly
9 years ago 00:23:41 0
x64 Assembly and C++ Tutorial 23: C++ Adjust Brightness
9 years ago 00:17:42 2
x64 Assembly and C++ Tutorial 27: Calling C++ from ASM
9 years ago 00:11:56 0
x64 Assembly and C++ Tutorial 14: The Data Segment
9 years ago 00:16:50 1
x64 Assembly and C++ Tutorial 20: Addressing Modes
9 years ago 00:16:04 0
x64 Assembly and C++ Tutorial 21: Image Processing Intro
9 years ago 00:19:43 0
x64 Assembly and C++ Tutorial 22: Image Processing C++ Frontend
9 years ago 00:18:18 1
x64 Assembly and C++ Tutorial 30: Bit Test Instructions
12 years ago 00:09:38 18
Linux x64 Assembly Tutorial 1: Getting a Value from NASM into G++
9 years ago 00:11:58 0
x64 Assembly and C++ Tutorial 7: Visual Studio Debugging Windows
2 years ago 00:40:58 0
GNU Assembler x64. Статические библиотеки
9 years ago 00:07:59 0
x64 Assembly and C++ Tutorial 4: 386 and 486 Register Sets
9 years ago 00:22:32 1
x64 Assembly and C++ Tutorial 26: Intro to the Stack