Synced Stack & Assembly Walkthrough
GCC / Clang x86-64
Interactive mapping of C source code, CPU registers, stack memory frames, and GDB assembly
← Prev
▶ Play
Next →
Step 1 / 38
0x00001330 <+0>: push rbp
Loading step details...
RSP
0x...de60
RBP
0x...de60
RAX
0
RDI
0
C Source Code
GCC -O0 -g
x86-64 Disassembly
Intel Syntax
Stack Memory
High → Low
main() [rsp-0x10]
function_a() [rsp-0x60]
print_distance() [rsp-0x30]
function_b() [rsp-0x10]
function_c() [rsp-0x10]
💡
Step Instruction & Deep Dive Analysis
Function Prologue
What is Happening
Initializing step breakdown...
CPU & Memory Operations
Loading CPU changes...
Key Low-Level Takeaway
Loading takeaway...