当前位置:网站首页>dosbox基础使用[通俗易懂]
dosbox基础使用[通俗易懂]
2022-07-31 11:56:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
dosbox运行程序
1、mount c: d:\masm64 把d盘masm64的内容挂在到c盘中 2、c: 进入c盘 3、masm name.asm 编译name的asm文件,后面要敲回车 masm name.asm; 编译name的asm文件,后面不用敲回车 4、link name 连接name的文件,后面要敲回车 link name; 连接name的文件,后面不用敲回车 5、name 运行name的文件
dubug程序
1、挂载、进入c盘步骤和前面一样 2、debug name.exe 3、输入命令进行操作
自动挂载
1、到软件所在文档 2、找到dosbox-0.74.conf用记事本打开 或者是DOSBox 0.74-2 Options(点击后出来的也是dosbox-0.74.conf) 3、拉到最下面找到 [autoexec] #Lines in this section will be run at startup. #You can put your MOUNT lines here. 4、在后面写 mount c: d:\masm64 就能在运行的时候直接把d盘的内容挂载到c盘,不用重复写
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/128818.html原文链接:https://javaforall.cn
边栏推荐
- Use Excel to read data exposed by SAP ABAP CDS View through ODBC
- 数据湖(十九):SQL API 读取Kafka数据实时写入Iceberg表
- 关于IDEA开发工具的介绍
- musl Reference Manual
- Shengxin Weekly Issue 38
- The item 'node.exe' was not recognized as the name of a cmdlet, function, script file, or runnable program.
- 关于==和equals的区别和联系,面试这么回答就可以
- MySql模糊查询大全
- Experience innovation and iteration through the development of lucky draw mini-programs
- R语言做面板panelvar例子
猜你喜欢

无法将“node.exe”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

深度学习基本概念

JVS开发套件产品定位

Obsidian设置图床

vb.net 画曲线

JVS函数公式使用场景介绍

WebGL给Unity传递参数问题1: Cannot read properties of undefined (reading ‘SendMessage‘)

ESP8266-Arduino编程实例-MCP9808数字温度传感器驱动

Candence学习篇(11) allegro中设置规则,布局,走线,铺铜

Docker practical experience: Deploy mysql8 master-slave replication on Docker
随机推荐
MySQL 的几种碎片整理方案总结(解决delete大量数据后空间不释放的问题)
Read through the interface to call the artifact RestTemplate
如何正确地把服务器端返回的文件二进制流写入到本地保存成文件
消息队列面试题(2022最新整理)
A40i/T3 uboot启动时对PMU部分初始化
Is the working process of the belt you know the story - actionreducerstore
Life is endless, there are more questions, simple questions to learn knowledge points
学习爬虫之Scrapy框架学习(1)---Scrapy框架初学习及豆瓣top250电影信息获取的实战!
Docker build Mysql master-slave replication
In PLC communication error or timeout or download the prompt solution of the model
In Excel using ODBC consumer SAP ABAP CDS view
apisix-入门使用篇
ApiPost 真香真强大,是时候丢掉 Postman、Swagger 了
deeplab implements its own remote sensing geological segmentation dataset
kubernetes之服务发现
多线程学习笔记-2.final关键字和不变性
若枚举映射的值不存在,则不进行反序列化
JVM 运行时数据区与JMM 内存模型详解
CWE4.8 -- 2022年危害最大的25种软件安全问题
在 Excel 内使用 ODBC 消费 SAP ABAP CDS view