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.
在这里使用 tasm。我正在制作蛇游戏,我已经成功编写了移动部分,现在我希望随机生成蛇的“食物”。在 c 或 java 中,我们有一个随机函数,但在汇编中没有。有没有办法包含 c 函数来生成随机值?谁能指导我怎么做?