Package envi :: Package archs :: Package i386 :: Module emu :: Class IntelCall
[hide private]
[frames] | no frames]

Class IntelCall

source code

CallingConvention --+
                    |
                   IntelCall
Known Subclasses:

Instance Methods [hide private]
 
getCallArgs(self, emu, count)
Standard intel stack arg parsing
source code
 
setReturnValue(self, emu, value, argc)
A return routine which cleans up it's stack args.
source code

Inherited from CallingConvention: getSymbolikArgs, setSymbolikReturn

Method Details [hide private]

getCallArgs(self, emu, count)

source code 

Standard intel stack arg parsing

Overrides: CallingConvention.getCallArgs

setReturnValue(self, emu, value, argc)

source code 

A return routine which cleans up it's stack args.

Overrides: CallingConvention.setReturnValue