Вы находитесь на странице: 1из 1

Step by Step Tutorials for Assembly Programming using

DosBox and MASM


1. Once dosbox is installed go ahead and lets start.
I.
Open DosBOX
II.
Mount the Drive C: using these code below
a. Mount c C:\8086
III.
Once the drive is mounted go ahead and start new assemble program
using code below
a. Type Edit
b. Write the code
c. Save using .ASM extension
d. Then click the file and exit
IV.
To build your program type the code below
a. Masm Filename.asm;
b. Link Filename;
c. Filename

Вам также может понравиться