当前位置:网站首页>Use dosbox to run the assembly super detailed step "suggestions collection"
Use dosbox to run the assembly super detailed step "suggestions collection"
2022-07-02 18:11:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Recently, the school asked to write the curriculum with compilation ( Originally, I reviewed well , Results the written examination was cancelled ), But I have to configure the environment to write my own lessons . At first, it was used VS2017 To configure , But there seems to be some problems in the later operation , Just thought of using DOSBox 了 . Here are the detailed steps :
First step : Download relevant files , I put the file in the link below : Resource file Extraction code :edtx
The second step , take masm All the files in the folder are put into a specific folder , Such as my f:\masm
The third step , install DOSBox, There is a compressed package inside , Just open the installation directly .
Step four , double-click DOSBox Under the folder DOSBox 0.74 Options.bat file , open dos-box.conf file , Here you can configure the startup steps , As shown below :
Step five , On the conf The last line of the file writes the following code :
start-up DOSBox Then these two sentences will run . first line f:\masm Depending on your situation .
Step six , open DOSBox, As shown below :
You can see , When it was just opened, it ran the two lines of code we just wrote , I have been in advance masm A... Is placed in the folder match.asm file , Here you can run directly .
Step seven , Input masm match.asm, As shown below :
Then the input link match; Here we must pay attention to , There must be a semicolon , Otherwise it won't work .
Last input match:
Finally, a Hello World, Be accomplished .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/148249.html Link to the original text :https://javaforall.cn
边栏推荐
- Wasserstein Slim GAIN with Clipping Penalty(WSGAIN-CP)介绍及代码实现——基于生成对抗网络的缺失数据填补
- My creation anniversary
- C # detect whether the picture is rotated and modified to the true rotation
- Microsoft LDAP 配置页中输入有效的用户名及密码,microsoft ldap 配置页中输入有效的用户名
- qt的内存映射
- 微信核酸检测预约小程序系统毕业设计毕设(4)开题报告
- 如何下载微信支付证书(API证书)
- Taiwan Feiling fm8pb513b MCU provides MCU program development product design
- 把xshell連接服務器關掉,運行的jar包就自動停止的解决方案
- Yilong em78p153k dip14 MCU
猜你喜欢
随机推荐
Yingguang single chip microcomputer (MCU popular science)
567. Arrangement in string
Pfc232-sop8/14/16 should be wide-ranging and can be tape programmed with burning program
Babbitt | metauniverse daily must read: can you buy a virtual anchor for 1000 yuan? Is this the live gospel of small businesses or "cutting leeks"
Editor编辑器扩展在Scene View添加按钮和logo
好评率计算
Typescript
Bluetooth technology | new working mode of wearable devices of the Internet of things, and Bluetooth ble helps the new working mode
Wechat nucleic acid detection appointment applet system graduation design completion (4) opening report
977.有序数组的平方
求求你们,别再刷 Star 了!这跟“爱国”没关系!
Development of original Yingguang MCU chip pms152 sop8 encapsulated MCU
Enter a valid user name and password in the Microsoft LDAP configuration page, and enter a valid user name in the Microsoft LDAP configuration page
Yingguang single chip microcomputer development specification pmc131 with AD chip to detect battery voltage single chip microcomputer sop8/14
MySQL --- 数据库的基本概念
android之循环定时器实现,实现定Android时缓存清理
Pms150c Yingguang MCU development case
Simple understanding of cardinality sorting
Use Zadig to build a continuous delivery platform from 0 to 1
MySQL进阶-事务及索引









