Beispiel #1
0
 internal void OnSvcCall(long Position, int Imm)
 {
     SvcCall?.Invoke(this, new AInstExceptionEventArgs(Position, Imm));
 }
Beispiel #2
0
 internal void OnSvcCall(int Imm)
 {
     SvcCall?.Invoke(this, new AInstExceptionEventArgs(Imm));
 }
Beispiel #3
0
 public void OnSvcCall(int Imm)
 {
     SvcCall?.Invoke(this, new SvcEventArgs(Imm));
 }
 internal void OnSvcCall(long position, int imm)
 {
     SvcCall?.Invoke(this, new InstExceptionEventArgs(position, imm));
 }