Source code of Windows XP (NT5)
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
441 B

  1. ; SCCSID = @(#)ibmdata.asm 1.1 85/04/10
  2. ;
  3. ; DATA Segment for DOS
  4. ;
  5. .xlist
  6. .xcref
  7. include dosseg.inc
  8. include dossym.inc
  9. include version.inc
  10. include mssw.asm
  11. INCLUDE SF.INC
  12. INCLUDE CURDIR.INC
  13. INCLUDE DPB.INC
  14. INCLUDE ARENA.INC
  15. INCLUDE VECTOR.INC
  16. INCLUDE DEVSYM.INC
  17. INCLUDE PDB.INC
  18. INCLUDE FIND.INC
  19. INCLUDE MI.INC
  20. .cref
  21. .list
  22. TITLE IBMDATA - DATA segment for DOS
  23. NAME IBMDATA
  24. installed = TRUE
  25. include msdata.asm
  26. include msinit.asm
  27. END