prsdebug.c
来自「这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值」· C语言 代码 · 共 29 行
C
29 行
/*==========================================================================
*
* Module: prsdebug.c
* Subsystem: Parser
* System: Quick BASIC Interpreter
*
*=========================================================================*/
#include "version.h"
#if !PRSTAB_H
# include "prstab.h"
#endif
#if !QBIMSGS_H
# include "qbimsgs.h"
#endif
#if !PARSER_H
# include "parser.h"
#endif
#if !PSINT_H
# include "psint.h"
#endif
#if !OPCODES_H
# include "opcodes.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?