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 に配置する必要がありますか?
If it's the Turbo Pascal I knew long ago, it's the Pascal convention: parameters pushed on the stack left to right and the called function cleans up.