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.
谁能指导我如何在汇编中调用c的函数。我正在 tasm 中编写一个蛇游戏。现在我已经成功地编写了移动部分,我需要为蛇的“食物”生成随机值。谁能告诉我如何在汇编中调用 c rand() 函数。会有很大的帮助。