home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languages Around the World
/
LanguageWorld.iso
/
language
/
greek
/
edtgreek
/
solid.doc
< prev
next >
Wrap
Text File
|
1989-11-30
|
403b
|
27 lines
To create the executable file SOLID.COM, first prepare a file called
SOLID.SCR containing the following:
a 100
mov ah,3
mov bh,0
int 10
mov ah,1
mov ch,0
int 10
int 20
rcx
e
n solid.com
w
q
Then use the following command to make SOLID.COM:
C>A:
A>C:DEBUG <A:SOLID.SCR
This will create A:SOLID.COM which can be executed by typing
A>SOLID