I was studying assembly and I would like some additional clarifications for the below code
MOV DWORD PTR SS: [ESP+16], 6E616C41
So basically where is it loading 6E616C41
to?
I've learned that stack grows in decreasing order in some architecture so if
ESP 006FFEF0
Is 6E616C41
moved to the location 006FFEF0 - 16 = 006FFEDA
?