Exemplo n.º 1
0
 public static uint ProcessStartPC(string asm, uint pc)
 {
     return(ASMPCHelper.ProcessStartPC(asm, pc));
 }
Exemplo n.º 2
0
 public static uint ProcessStartPC(string asm, string pcText)
 {
     return(ASMPCHelper.ProcessStartPC(asm, pcText));
 }