You are on page 1of 1

ASSEMBLY

For PROGRAM type the name of your program.


Type the Bold words exactly as they appear (without the bold).

TO WORK ON YOUR FLOPPY


Click on Ms-Dos Command Prompt

Microsoft(R) MS-DOS(R) Version 6.22


(C) Copyright Microsoft Corp 1981-1994.
<C:\> A: PRESS ENTER

TO CREATE OR EDIT A PROGRAM


<A:\> EDIT

PROGRAM.ASM

PRESS ENTER

TO COMPILE
<A:\> MASM
<A:\> LINK

PROGRAM.ASM; PRESS ENTER


PROGRAM.OBJ;

PRESS ENTER

TO RUN
<A:\> PROGRAM.EXE

PRESS ENTER

TO PRINT THE OUTPUT


<A:\> CAP PRESS ENTER
Microsoft(R) MS-DOS(R) Version 6.22
(C)Copyright Microsoft Corp 1981-1994.
<A:\> *** Type exit to end capture ***> PROGRAM.EXE

PRESS ENTER

Your program output goes here


<A:\> *** Type exit to end capture ***> EXIT PRESS ENTER
Please enter the complete path of the file you would
like to save your output to or ^C to quit.
SAVE FILE TO: OUTPUT PRESS ENTER
<A:\> COPY

PROGRAM.ASM + OUTPUT \\ATHENA\APPLAB.WQ1

PRESS ENTER
by Miguel Reyes

You might also like