Esempio n. 1
0
        public void ReadSymbolsTable()
        {
            Output.AppendLine("\nSymbols:");

            while (Reader.GetCounter() < FuncsIdx[0] + (FuncsIdx.Count + 1) * Defines.SIZE_INT)
            {
                Output.AppendLine(Reader.NextString());
            }
        }