Stack and local variables: Intel Assembly Att

preview_player
Показать описание
Trying to explain a bit more about how a function's stack works. In particular, where a functions local variables and arguments are placed.
Рекомендации по теме
Комментарии
Автор

this playlist is a fucking gem. i find him naturally funny and he makes sense.

desmondle
Автор

Sure does seem like it would make more sense to place your return address on the stack first and *then* your function arguments. That way you could operate on the arguments, popping them off as you finish using them, and then arrive back to your return address.

ThisCanNotBTheFuture
Автор

Thanks for the great playlist. Very nice introduction.

CryingMG
Автор

thanks man
I missed a class and this is the only place I found the info I was looking for

cunningham.s_law
Автор

You need some energy to speak up broo!!

salmanarshad
Автор

Thank you again, it helps so much~ I'm just going to take you on each video lol

sharon
Автор

Why b and a are not placed into the stack in the main until it calls function add?

dj.coda.newyork