readme.txt

来自「虚拟机设计与实现——C/C++」· 文本 代码 · 共 14 行

TXT
14
字号
Greetings Reader,

The Dosdbg code requires Visual C++ 1.52 to build. You could probably also build it with Borland C++ 4.5 or Turbo C.

Because of this, I did not include dosdbg in the normal build because the normal build uses VC 6.0+.

If you feel like experimenting, you can build this program as follows:

step 1) go to the bin directory and run the MSVCVARS.BAT batch file 
        ( this will set up your environment )
step 2) run CL  dosdbg.c


⌨️ 快捷键说明

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