Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
pkivolowitz committed May 5, 2024
1 parent 9668620 commit 5a95744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section_1/hello_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 towards smaller addresses."
// grows upward 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
```
Expand Down

0 comments on commit 5a95744

Please sign in to comment.