mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:26:46 +08:00
I guess I didn't sleep well, corrected the corrected gammar
This commit is contained in:
parent
c2e75eb0ab
commit
320f77b04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue