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.
我正在尝试从 Tcl 脚本中生成 MIPS 机器代码,但是,到目前为止,我还没有找到任何可以对其他处理器执行此操作的工具。据我所知,Tcl 具有生成基于堆栈的 CISC 的Tcl 汇编语言(TAL),但此输出不适用于我。还有其他选择和解决方案吗?