예제 #1
0
 public override PCInstruction Execute()
 {
     Chip.GoToLabel(label);
     return(PCInstruction.NOTHING);
 }