|
|
|
|
|
by flohofwoe
917 days ago
|
|
That's only one half of it though, the other interesting part is the jmp (instead of call) to hand over control to a subroutine without pushing a new return address to the stack (since there's no code after the function call, and the calling function doesn't require its own stack frame). |
|