From fc7c9535ea924bc5a962c98eb0ec770f5b94c208 Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Wed, 17 Jul 2024 16:59:12 +0500 Subject: [PATCH] asm2: update stack diagram Signed-off-by: Alexander Kuleshov --- content/assets/stack.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/stack.svg b/content/assets/stack.svg index 16c25d2..26a1763 100644 --- a/content/assets/stack.svg +++ b/content/assets/stack.svg @@ -1,4 +1,4 @@ -
RBP (bar)
RBP (bar)
8 (8th foo arg)
8 (8th foo arg)
7 (7th foo arg)
7 (7th foo arg)
return address to bar
return address to bar
RBP (foo)
RBP (foo)
RBP-4
RBP-4
RBP-8
RBP-8
RBP-24
RBP-24
RBP-12
RBP-12
RBP-16
RBP-16
RBP-20
RBP-20
RSP
RSP
Stack grows down
Stack grow...
Text is not SVG - cannot display
\ No newline at end of file +
RBP (bar)
RBP (bar)
8 (8th foo arg)
8 (8th foo arg)
7 (7th foo arg)
7 (7th foo arg)
return address to bar
return address to bar
RBP (foo)
RBP (foo)
RBP-4
RBP-4
RBP-8
RBP-8
RBP-24
RBP-24
RBP-12
RBP-12
RBP-16
RBP-16
RBP-20
RBP-20
RSP
RSP
Stack grows down
Stack grow...
Text is not SVG - cannot display
\ No newline at end of file