5、PROMPT> DEBUG /?<按回车press the enter key now>怎样?出错了吧。显示如下C:WINDOWS>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-
6、line information required bythe file you want to test.After Debug starts, type ? to display a list of debugging commands.因为错了所以它给你显示一些提示。留意到最后一句了吗?现在我们再来试一试:PROMPT> DEBUG<按回车> (注意, DEBUG程序的命令是在一条横线“-”后出现的。)-?<在出现的横线后面输入?再回车> (下面的内容是按字母顺序排列的)(注意:Note: Don't type the dash
7、 or comments -- just the ?)显示如下,但是没有中文的哦,中文是我加上去的。 汇编assemble A [address]比较compare C range address倾倒dump D [range]进入enter E address [list]填充fill F range list进行go G [=address] [addresses]十六进制hex H value1 value2输入input I port装载load L [address] [drive] [firstsector] [numbe
8、r]移动move M range address命名name N [pathname] [arglist]输出output O port byte进行proceed P [=address] [number]离开quit