您的位置首页百科问答

windows8 使用dosbox运行debug

windows8 使用dosbox运行debug

的有关信息介绍如下:

windows8 使用dosbox运行debug

DOSBox是一个 DOS 模拟程序,由于它采用的是 SDL 库,所以可以很方便的移植到其他的平台.学汇编语言时候运行debug

在百度搜索dosbox,debug进行下载

dosbox下载地址:http://sourceforge.net/projects/dosbox/files/dosbox/0.74/DOSBox0.74-win32-installer.exe/download

或http://pan.baidu.com/s/1qWM71GK

debug下载地址:

http://pan.baidu.com/s/1mgmNJD2

安装dosbox软件默认位置 C:\Program Files (x86)\DOSBox-0.74

把DEBUG文件夹放到D盘

打开DOSBox 0.74或者DOSBox 0.74 (noconsole)(只打开一个窗口)

MOUNT C D:\DEBUG

C:

DEBUG

这样很麻烦每次打开都要输入这么几行代码(如果你想更快进入debug)

可以每次打开直接进入debug

请往下看

关掉dosbox配置dosbox.conf

1.打开DOSBox 0.74 Options

2.记事本查找[autoexec]

3.[autoexec]

MOUNT C D:\DEBUG

C:

DEBUG

# Lines in this section will be run at startup.

# You can put your MOUNT lines here.

切记--4.保存并退出

打开打开DOSBox 0.74或者DOSBox 0.74 (noconsole)

直接进入debug命令行下