Exemplo n.º 1
0
 /// <summary>
 /// Execute the current instruction
 /// </summary>
 public void ExecuteInstruction()
 {
     CurrentMode.ExecuteInstruction(this);
 }