示例#1
0
        } // greater_or_equal

        private string Decompile_2B(MSCCommand cmd)
        {
            var arg = COMMANDS.Pop();

            return($"{DecompileCMD(arg)}");
        } // true
示例#2
0
        } // pushInt

        private string Decompile_0B(MSCCommand cmd)
        {
            return(FormatVariable((byte)cmd.Parameters[0], (byte)cmd.Parameters[1], (byte)cmd.Parameters[2]));
        } // pushVar
示例#3
0
        } // pushVar

        private string Decompile_0D(MSCCommand cmd)
        {
            return(Decompile_0A(cmd));
        } // pushShort
示例#4
0
 private string Decompile_06(MSCCommand cmd)
 {
     return($"return_06 {DecompileCMD(COMMANDS.Pop()).Trim()}");
 } // return_6