MIPS-interpreter:将MIPS指令解释为机器代码

时间:2024-06-10 19:02:00
【文件属性】:

文件名称:MIPS-interpreter:将MIPS指令解释为机器代码

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-10 19:02:00

Verilog

MIPS解释器 将MIPS指令解释为机器代码 用法 # python3 python interpreter.py [MIPS assembly file]


【文件预览】:
MIPS-interpreter-master
----genVerilogCode.py(994B)
----assembly()
--------main.asm(5KB)
----output()
--------machinecode_bin.txt(4KB)
--------InstructionMemory.v(10KB)
--------machinecode_hex.txt(1KB)
----interpreter.py(7KB)
----.gitignore(13B)
----README.md(141B)

网友评论

  • 请问在翻译器里面读取asm文件的部分在哪里呢?似乎没有找到 #待补充教程