Skip to content

Instantly share code, notes, and snippets.

@HACKE-RC
HACKE-RC / calling_conventions.md
Created June 9, 2023 15:26
Notes on calling convention

Common calling conventions

  • cdecl
  • fastcall
  • stdcall

CDECL calling convention.

cdecl stands for "C declaration", it is used by most c compiler in the x86 architecture.

Arguments passing in cdecl calling convention