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.
我正在编写一个 MIPS 汇编程序,我试图找出一种方法,只使用一个带有两个参数的函数以十进制或二进制显示给定整数。该函数有两个参数:一个整数和一个基数(“2”或“10”)。除了这个功能,我不想编辑任何东西。
谁能帮我创建这样的功能?我无法理解使用汇编语言执行此操作所需的逻辑。
提前致谢。
我在网上搜索并在这里找到了解决方案。它在我的代码中有效,我建议您尝试一下。
全部功劳归于编写和发布代码的RubyBEW 。
让我知道这是否有帮助