From 320f77b04bdb0b7a6ca72810e32b48b627d66ec9 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Sun, 5 May 2024 10:04:33 -0500 Subject: [PATCH] I guess I didn't sleep well, corrected the corrected gammar --- section_1/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/hello_world/README.md b/section_1/hello_world/README.md index 51cc56a..fa59106 100644 --- a/section_1/hello_world/README.md +++ b/section_1/hello_world/README.md @@ -567,7 +567,7 @@ In a higher level language `Line 3` would look like this: // Stack grows towards smaller addresses. Traditionally, // diagrams of memory place 0 at the top and higher // addresses down below. Hence, the saying that "stack -// grows upward upwards." +// grows upwards." *(--sp) = x30; // the 2nd arg of stp goes on the stack 1st *(--sp) = x21; // the 1st arg of stp goes on the stack 2nd ```