Пример #1
0
 internal void RegisterOpcode(uint opcode, uint wildcard_mask, InstructionFunc handler, string name)
 {
     ARMInstructionRegistry.RegisterOpCode(opcode, wildcard_mask, handler, name);
 }