public override PCInstruction Execute()
 {
     Chip.GoToLabel(label);
     return(PCInstruction.NOTHING);
 }