Example #1
0
 protected AsmCommand(JsmCommand command, AsmEvent script, int offset)
 {
     Script          = script;
     Offset          = offset;
     NativeOperation = Script.GetOperation(command, offset);
 }