home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 13
/
CDA13.ISO
/
cdactual
/
demobin
/
share
/
program
/
Asm
/
86LIB3.ZIP
/
CREATE.8
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-01-14
|
295 b
|
17 lines
_saver7 dw ?
_CREATE:
mov ds,cs
pop _saver7,ax
Pop CX ;get the attribute.
Pop DX ;get the filename offset.
Pop DS ;get the segment offset.
Mov AH,3CH ;create a file.
Int 21H
Push AX ;if no error return handle.
mov ds,cs
push _saver7
Ret