12 lines
202 B
Markdown
12 lines
202 B
Markdown
[Uni of Virginia - x86 Assembly Guide](https://www.cs.virginia.edu/~evans/cs216/guides/x86.html)
|
|
|
|
## x86 32-bit
|
|
![[x86registers.png]]
|
|
|
|
## Stack
|
|
- push, pop, call, ret
|
|
|
|
![[stack.png]]
|
|
- Growing upwards
|
|
|