Esempio n. 1
0
File: ALU.cs Progetto: thild/umipss
 public static void Exec(InstructionJ i)
 {
     instructionsJ [i.Instruction] (i.Address);
 }
Esempio n. 2
0
File: ALU.cs Progetto: thild/umipss
 public static void Exec(InstructionJ i)
 {
     instructionsJ [i.Instruction] (i.Address);
 }