⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 technica.txt

📁 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
💻 TXT
字号:
The browse compiler is an internal tool used to create browse information
for use with the IDE.  The browse information is initially created by the
CC386 compiler, and consists of symbol name and line number information.
BRC gets rid of duplicates and dumps the information to the browse file
linearly; then it creates a simple dictionary.  The dictionary is a tree
structure.  At the top level we have a list of all the first characters
encountered in each word of the source files.  Each first character points
to a list of second characters for that first character... each second
character likewise points to a list of third characters.  Eventually
the end of a word is reached and there is a pointer to the browse information
record associated with that word.


ALLOCATE.C  - memory allocation
ARGS.C      - command line argument parsing
brc.c       - main line and command line parsing
DICT.C      - dictionary creation
EXT.C       - simple file extension handling
FATAL.C     - fatal error and exit
HASH.C      - hash tables
LIST.C      - list functions
MODULE.C    - object module reader; reads browse info into internal tables
OUTPUT.C    - creates the output browse information file
parser.c    - parses the browse information records
USAGE.C     - usage and banner text

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -