mirror of
https://github.com/microsoft/MS-DOS.git
synced 2025-08-23 14:03:41 +00:00
MS-DOS v2.0 Release
This commit is contained in:
17
v2.0/source/DOSSEG.ASM
Normal file
17
v2.0/source/DOSSEG.ASM
Normal file
@@ -0,0 +1,17 @@
|
||||
;
|
||||
; segment ordering for MSDOS
|
||||
;
|
||||
|
||||
CONSTANTS SEGMENT BYTE PUBLIC 'CONST'
|
||||
CONSTANTS ENDS
|
||||
|
||||
DATA SEGMENT BYTE PUBLIC 'DATA'
|
||||
DATA ENDS
|
||||
|
||||
CODE SEGMENT BYTE PUBLIC 'CODE'
|
||||
CODE ENDS
|
||||
|
||||
LAST SEGMENT BYTE PUBLIC 'LAST'
|
||||
LAST ENDS
|
||||
|
||||
DOSGROUP GROUP CODE,CONSTANTS,DATA,LAST
|
Reference in New Issue
Block a user