Implementation of DLX’s ISA
Execution/Effective address (EX): Four alternatives:
Mem. Reference :
ALUoutput <== A + Imm;
Register-Register ALU inst:
ALUoutput <== A op B;
Register-Immediate :
ALUoutput <== A op Imm;
Branch:
ALUoutput <== NPC + Imm; Cond <== (A op 0)
Previous slide
Next slide
Back to first slide
View graphic version