将变量发送到 c 和 pascal 中的过程

发布于 2024-12-14 06:00:30 字数 113 浏览 2 评论 0原文

为了将变量发送到程序,我们应该在 c 和(或)pascal 中做什么? 正如我搜索的那样,这项工作必须由 BP(基指针)完成 或者更确切地说,我应该说 BP 做到了,还有一件事是 C 和 Pascal 是相反的。

for sending variables to procedures what we should do in c and(or) pascal?
as i searched this work has to be done by BP( base pointer)
or rather i should say that BP do it,and one more thing is that C and Pascal are opposite of each other.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白日梦 2024-12-21 06:00:30

你的问题完全不清楚。您可能会询问 x86 架构上的 C 和 Pascal 调用约定(至少您提到的 BP 暗示了这一点)。

如果是这种情况,我建议您研究有关 x86 调用约定的维基百科页面,然后来当您有具体问题时回来。

编辑您可能还想查看X86 Assembly/High-Level语言以及其中的“进一步阅读”链接。

You question is entirely unclear. It would appear that you might be asking about C and Pascal calling conventions on the x86 architecture (at least your mention of BP hints at this).

If that's the case, I'd recommend you study the Wikipedia page on x86 calling conventions, and come back when you have specific questions.

edit You might also want to check out X86 Assembly/High-Level Languages along with the "Further Reading" links therein.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文