示例#1
0
        public static string ParseCoreInst24(byte opcode, byte[] data)
        {
            CoreInst24 inst = new CoreInst24()
            {
                opcode = opcode, data = data
            };

            return(inst.Parse());
        }
示例#2
0
 public static string ParseCoreInst24(byte opcode, byte[] data)
 {
     CoreInst24 inst = new CoreInst24() { opcode = opcode, data = data };
     return inst.Parse();
 }