mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:16:47 +08:00
incorporated gitonthescene feedback
This commit is contained in:
parent
784db03bdf
commit
4c4e8e37fd
4 changed files with 4 additions and 0 deletions
Binary file not shown.
|
|
@ -136,6 +136,10 @@ s1 = fptr[counter];
|
|||
|
||||
Cool huh?
|
||||
|
||||
On Linux, just as w/x0 through w/x7 are scratch registers and used to
|
||||
pass parameters, s/d0 and s/d7 are as well beginning with the 0
|
||||
register.
|
||||
|
||||
## Fitting 32 bits into a 32 bit bag
|
||||
|
||||
**This section is currently LINUX-centric - in the future it will
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue