peterworth
Programmer
what does _stdcall mean?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
void foo(int a, int b, int c, int d)
{
cout << a << b << c << d;;
}
....
foo(0x11,0x22,0x33,0x44);
0040148C push 44h
0040148E push 33h
00401490 push 22h
00401492 push 11h