public static uint ProcessStartPC(string asm, uint pc) { return(ASMPCHelper.ProcessStartPC(asm, pc)); }
public static uint ProcessStartPC(string asm, string pcText) { return(ASMPCHelper.ProcessStartPC(asm, pcText)); }