Installation and configuration of debug, masm and link

  • Download debug.exe, masm.exe, link.exe and dosbox files
    https://pan.baidu.com/s/1DvyqkLIFeOEdbZE62PRvTg
    Extraction code: g8hy

  • First install dosbox in the target folder, and then drag debug to the installation directory of dosbox as shown in the figure:
    Insert picture description here

  • Enter this command to mount this folder in the bosbox:
    mount dd:\Debug
    and then open the virtual disk D, enter debug and press Enter to run the debug program
    Insert picture description here

  • According to different directories, change d:\Debug to your own path;

  • In order not to enter it every time we enter dosbox, we can double-click to open the selected file. Pull down the opened text file to the bottom and enter the preloaded command in it, so you don't need to enter it every time you come in.

Insert picture description here
Insert picture description here

Congratulations at this point, I'm about to enter the pit of compilation

Guess you like

Origin blog.csdn.net/weixin_44223946/article/details/104598954
Recommended