当前位置:网站首页>Basic use of dosbox [easy to understand]
Basic use of dosbox [easy to understand]
2022-07-31 12:07:00 【Full stack programmer webmaster】
Hello everyone, we meet again, I'm your friend Quanstack Jun.
dosbox running program
1. mount c: d:\masm64 to hang the content of masm64 on the d drive in the c drive 2, c: enter the c drive 3, masm name.asm compile the asm file of name, and then press Enter masm name.asm; Compile the asm file of name, do not press Enter 4, link name to connect the file of name, then press enter link name; connect the file of name, do not press Enter 5, name to run the file of name
dubug program
1. The steps to mount and enter the c drive are the same as before 2. debug name.exe 3. Enter the command to operate
Automount
1. Go to the document where the software is located. 2. Find dosbox-0.74.conf and open it with Notepad or DOSBox 0.74-2 Options (the result is also dosbox-0.74.conf after clicking) 3. Scroll to the bottom to find [autoexec]#Lines in this section will be run at startup. #You can put your MOUNT lines here. 4. Write mount c: d:\masm64 at the back to directly mount the contents of the d drive to the c drive when running,Do not repeat
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/128818.htmlOriginal link: https://javaforall.cn
边栏推荐
猜你喜欢
给你一个大厂面试的机会,你能面试上吗?进来看看!

荣耀手机参数写错,客服认为没错

普林斯顿微积分读本03第二章--编程实现函数图像绘制、三角学回顾

线性表的基本概念

Docker build Mysql master-slave replication
![[Virtualization Ecological Platform] Platform Architecture Diagram & Ideas and Implementation Details](/img/a5/29c59399eea5466277a840922bdcef.png)
[Virtualization Ecological Platform] Platform Architecture Diagram & Ideas and Implementation Details

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

订song餐系统

使用docker搭建mysql主从

WebGL给Unity传递参数问题1: Cannot read properties of undefined (reading ‘SendMessage‘)
随机推荐
学习爬虫之Scrapy框架学习(1)---Scrapy框架初学习及豆瓣top250电影信息获取的实战!
想吃菌子,当然是自己上山找了
栈和队列的基本概念
初识QEMU
最长算术(暑假每日一题 11)
B/S架构模式的一个整体执行流程
深度学习基本概念
busybox之reboot命令流程分析
生信周刊第38期
多线程学习笔记-2.final关键字和不变性
Mysql环境变量的配置(详细图解)
快速学完数据库管理
Selenium自动化测试之Selenium IDE
VBA输出日志到工作簿demo
How to correctly write the binary stream of the file returned by the server to the local file and save it as a file
5 open source Rust web development frameworks, which one do you choose?
在 Excel 内使用 ODBC 消费 SAP ABAP CDS view
MySQL百万数据优化总结 一
mysql automatically adds creation time and update time
Docker搭建Mysql主从复制