From 6c21e0a9d278e74356d4c3298e9beefe66e6db0a Mon Sep 17 00:00:00 2001 From: Eze Sunday Date: Thu, 26 Feb 2026 17:24:45 +0100 Subject: [PATCH] Update animation setting --- content/solana-memory-layout/solana-memory-layout.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/solana-memory-layout/solana-memory-layout.md b/content/solana-memory-layout/solana-memory-layout.md index 1c5ce38..46f101b 100644 --- a/content/solana-memory-layout/solana-memory-layout.md +++ b/content/solana-memory-layout/solana-memory-layout.md @@ -310,9 +310,7 @@ function_b: The animation below illustrates these steps: - + Running the above code produces the trace below: @@ -343,9 +341,7 @@ point to a new stack frame at `0x200003000` The animation below explains the above steps: - + In the next part of this article, we’ll further demonstrate how to read and write the instruction inputs to memory by writing simple raw assembly programs that directly inspect memory contents.