Synced Stack & Assembly Walkthrough GCC / Clang x86-64

Interactive mapping of C source code, CPU registers, stack memory frames, and GDB assembly

Step 1 / 1
0x00001330 <+0>: push rbp
Loading step details...
RSP0x...de60
RBP0x...de60
RAX0
RDI0
C Source CodeGCC -O0 -g
x86-64 DisassemblyIntel Syntax
Stack MemoryHigh → 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...