An interactive guide to x86-64 assembly - moving data
This is the second part of a series of interactive articles on the x86-64 architecture.
This part will focus on the first assembly instructions, visualizing the way data moves in memory
when they are executed.
introduction
moving data (you are here)
stack frames
Visualizing memory
In the previous post
we introduced some basics on data, encodings, and the places
where data is stored: registers and memory.
We also introduced a common way to visualize memory, that will be used extensively
in this a...
Read more at halb.it