You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
472 B
31 lines
472 B
; SCCSID = @(#)ibmdata.asm 1.1 85/04/10
|
|
;
|
|
; DATA Segment for DOS
|
|
;
|
|
|
|
.xlist
|
|
.xcref
|
|
include dosseg.inc
|
|
include dossym.inc
|
|
include version.inc
|
|
include mssw.asm
|
|
INCLUDE SF.INC
|
|
INCLUDE CURDIR.INC
|
|
INCLUDE DPB.INC
|
|
INCLUDE ARENA.INC
|
|
INCLUDE VECTOR.INC
|
|
INCLUDE DEVSYM.INC
|
|
INCLUDE PDB.INC
|
|
INCLUDE FIND.INC
|
|
INCLUDE MI.INC
|
|
.cref
|
|
.list
|
|
|
|
TITLE IBMDATA - DATA segment for DOS
|
|
NAME IBMDATA
|
|
|
|
installed = TRUE
|
|
|
|
include msdata.asm
|
|
include msinit.asm
|
|
END
|