コード例 #1
0
 /// <summary>
 /// decode the instruction from memory
 /// </summary>
 /// <param name="data"></param>
 /// <returns></returns>
 public Instruction Decode(Memory data)
 {
     return(Instruction.DecodeInstruction(data));
 }