|
-
July 17th, 2008, 04:25 AM
#1
calling convention stdcalll and cdecl call
Hello everyone,
Both stdcall and cdecl calling convention could support variable input parameters? Is that correct?
(I think stdcall is using RET N and cdecl is using ESP - N, so both are capable to handle variable number of input parameter, like printf?)
BTW: I have this question because I have something in mind that only one of them supports variable number of parameters, but after reading assembly language code, I think both of them are able to support this feature?
thanks in advance,
George
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|