搜索资源列表
MIPS32-assembler
- MIPS32指令系统的汇编器。 在QUARTUS仿真环境中,将MIPS32指令写成的汇编程序翻译成二进制写入指令存储器。-MIPS32 instruction set of the assembler. Simulation environment in QUARTUS will MIPS32 assembler written instructions translated into binary memory write instructions.
down
- 赋值语句自上而下翻译系统的设计与实现. 设有如下文法: S → A A → V:=E E → E + T | T T → T * F | F F → (E) | digit V → i 采用递归下降分析法,并生成四元式-Design and Implementation of an assignment statement is a top-down translation system. Has the following grammar: S → AA