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