Hello,
I need to modify an assembly function because of the following changes done to the prototype.
Previously the function prototype is as follows:-
int foo(int a, int b, int c, int d)
and is changed to
int foo(int a, int b, int c, int d, ...)
I need to know how to handle variable argument passing in the assembly code. If you have
any sample code, please post it here. Any document that explains this with example will help
as well.
Thanks.
Murali