蛋白质右手螺旋:求DEBUG的详细用法~

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 19:46:30

q-退出 e-编辑内存 r-显示寄存器值 t-单步执行 u-反汇编 p-跳出子程序或循环 a-汇编 d-查看内存 g-运行

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.

在用DEBUG命令时加/?号可以有详细用法,即DEBUG/?
或者进入DEBUG后在‘-’后打?也行