Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TurboPascal 中的默认调用约定是什么?变量应该放在哪些寄存器中,还是放在栈中 LTR 或 RTL?
如果是我很久以前知道的 Turbo Pascal,那就是 Pascal 约定:参数从左到右压入堆栈,被调用的函数被清理。