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

📄 debug.ex1

📁 DOS使用教程
💻 EX1
字号:
                                 DEBUG━━例子

    欲显示DEBUG的命令清单,在启动DEBUG后键入?.

?debug ?
     命令执行后, 屏幕出现以下信息:

Assemble        A [address]
Compare         C range address
   ······
display    expanded memory status xs

    显示DEBUG的命令行语法说明,请在命令提示符后键入DEBUG /?.

?debug /?
     命令执行后, 屏幕出现以下信息:
Runs Debug, a program testing and editing tool.

DEBUG [[drive:][path]filename [testfile-parameters]]

  [drive:][path]filename  Specifies the file you want to test.
  testfile-parameters     Specifies command-line information required by
                          the file you want to test.

After Debug starts, type ? to display a list of debugging commands.

    启动DEBUG程序,用以测试和调试可执行文件:

? debug



~w

⌨️ 快捷键说明

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