Hello,
Wikipedia has some information on the calling convention of borland
delphi:
http://en.wikipedia.org/wiki/X86_calling_conventions
It doesn't specify in which registers the return values will be for
functions...
For now I am assuming eax, but:
Suppose a function returns something larger, like an int64 or maybe an
array, how will it happen ?
Bye,
Skybuck.