当前位置:网站首页>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
边栏推荐
- Experience innovation and iteration through the development of lucky draw mini-programs
- “带薪划水”偷刷阿里老哥的面经宝典,三次挑战字节,终成正果
- 拥抱趋势!阿里这套微服务开源框架权威手册,实战到底层细致清晰
- How to correctly write the binary stream of the file returned by the server to the local file and save it as a file
- mysql 索引使用与优化
- MySQL日志中“binlog”的三种格式玩起来真爽
- 初始JDBC 编程
- MySQL row-level locks (row locks, adjacent key locks, gap locks)
- Detailed tutorial on distributed transaction Seata
- 三六零与公安部三所发布报告:关基设施保护成为网络安全博弈关键
猜你喜欢

If the value of the enum map does not exist, deserialization is not performed

MySQL index usage and optimization

【虚拟化生态平台】平台架构图&思路和实现细节

DCM 中间件家族迎来新成员

Docker安装canal、mysql进行简单测试与实现redis和mysql缓存一致性

“带薪划水”偷刷阿里老哥的面经宝典,三次挑战字节,终成正果

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

Summary of several defragmentation schemes for MySQL (to solve the problem of not releasing space after deleting a large amount of data)

Docker build Mysql master-slave replication

Docker practical experience: Deploy mysql8 master-slave replication on Docker
随机推荐
R语言做面板panelvar例子
If the value of the enum map does not exist, deserialization is not performed
VBA输出日志到工作簿demo
最新MySql安装教学,非常详细
5 open source Rust web development frameworks, which one do you choose?
B/S架构模式的一个整体执行流程
AWS亚马逊云账号注册,免费申请12个月亚马逊云服务器详细教程
AWS Amazon cloud account registration, free application for 12 months Amazon cloud server detailed tutorial
Different lower_case_table_names settings for server ('1') and data dictionary ('0') solution
如何正确地把服务器端返回的文件二进制流写入到本地保存成文件
Selenium自动化测试之Selenium IDE
After Effects 教程,如何在 After Effects 中修复曝光不足的镜头?
机器学习基本概念
Data Persistence Technology - MP
生命不息,刷题不止,简单题学习知识点
三六零与公安部三所发布报告:关基设施保护成为网络安全博弈关键
502 bad gateway causes and solutions
分布式id解决方案
kubernetes之服务发现
Use jOOQ to write vendor-agnostic SQL with JPA's native query or @Formula.