1 Star 0 Fork 0

DOS汇编/cpp-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
calling-conventions.md 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
descriptiontitlems.datehelpviewer_keywordsms.assetid
Learn more about: Calling ConventionsCalling Conventions11/04/2016
calling conventions
11b1e45c-8fd1-420b-bca0-a19e294c1d85

Calling Conventions

The Visual C/C++ compiler provides several different conventions for calling internal and external functions. Understanding these different approaches can help you debug your program and link your code with assembly-language routines.

The topics on this subject explain the differences between the calling conventions, how arguments are passed, and how values are returned by functions. They also discuss naked function calls, an advanced feature that enables you to write your own prolog and epilog code.

For information on calling conventions for x64 processors, see Calling Convention.

Topics in this section

See also

Microsoft-Specific Modifiers

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dosasm/cpp-docs.git
git@gitee.com:dosasm/cpp-docs.git
dosasm
cpp-docs
cpp-docs
master

搜索帮助