There is a subi instruction in MIPS instruction set.
举一反三
- Instruction set:______
- 名词解释:指令系统( instruction set)
- Reduced Instruction Set Computer (RISC),____
- 对于典型的MIPS五级流水线处理器(不前递),下面这段代码中,哪条指令会遇到数据冒险?instruction 1: add $1, $2, $3instruction 2: sw $2, 0($1)instruction 3: lw $1, 4($2)instruction 4: add $2, $2, $1 A: instruction 2 B: instruction 4 C: instruction 1 D: instruction 3
- CISC指令系统的英文全名是( ),中文含义是( ) A: Reduced Instruction Set Computer;精简指令集计算机 B: Complex Instruction Set Computer;复杂指令集计算机