예제 #1
0
파일: ALU.cs 프로젝트: thild/umipss
 public static void Exec(InstructionI i)
 {
     instructionsI [i.Instruction] (i.Rs, i.Rt, i.Immediate);
 }
예제 #2
0
파일: ALU.cs 프로젝트: thild/umipss
 public static void Exec(InstructionI i)
 {
     instructionsI [i.Instruction] (i.Rs, i.Rt, i.Immediate);
 }