Hello all. This is a quick question. I have learned quite a bit of assembly so far. One thing confused me though. Why would one push a register with nothing in it .
for example
push eax
I have see this happen in code even when nothing has been moved into it like. How would pushing an empty register result in anything. Any help please and thanks.