Calling Conventions: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Hobbes (talk | contribs)
Line 99: Line 99:
mov ecx, [ebp + 8] ; fie
mov ecx, [ebp + 8] ; fie
mov bl, [ebp + 12] ; foe
mov bl, [ebp + 12] ; foe
mov edx, [ebp + 16] ; high dword of fum
mov edx, [ebp + 16] ; low dword of fum
mov eax, [ebp + 20] ; low dword of fum
mov eax, [ebp + 20] ; high dword of fum
</syntaxhighlight>
</syntaxhighlight>