Assembly Calling Convention: __stdcall (Patreon)
Published:
2022-02-17 07:14:18
Imported:
2023-09
Content
Calling Convention: __stdcall
- Calling convention for WIN32 APIs
- Arguments are passed on the stack (pushed right-to-left)
- Callee is responsible for stack cleanup