将变量发送到 c 和 pascal 中的过程
为了将变量发送到程序,我们应该在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题完全不清楚。您可能会询问 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.