带汇编器的 CPU 模拟器,带简单汇编的链接器
有人知道一些具有简单汇编语言的CPU模拟器吗 带有用于学习和测试目的的汇编器、加载器、链接器。 我可以在 GNU 系统上运行。
Do somebody know some CPU simulator featuring simple assembly language
with assembler, loader, linker for learning and testing purpose.
That I could run on GNU systems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试SPIM。
Try SPIM.
我有一个拇指(手臂16位指令集)。 gcc 和 llvm 工具很容易用于 C,如果您不需要复杂的 binutils 就可以了,易于交叉编译。 codesourcery lite 是一个基于 gcc 的全功能 C++/C 工具链,带有 gnu 汇编器和链接器。
http://github.com/dwelch67/thumbulator/wiki/thumbulator
gcb 带有armulator ,对正在发生的事情的了解较少。
I have a thumb (arm 16 bit instruction set). gcc and llvm tools are readily available for C, if you dont need that complication binutils is all you need, easy to cross compile. codesourcery lite is a gcc based fully functional C++/C toolchain with gnu assembler and linker.
http://github.com/dwelch67/thumbulator/wiki/thumbulator
gcb comes with armulator, less visibility into what is going on.
apoo
汇编语言编程第一门课程的环境
apoo
An environment for a first course in assembly language programming