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.
55 lines
961 B
55 lines
961 B
;/*
|
|
; * Microsoft Confidential
|
|
; * Copyright (C) Microsoft Corporation 1991
|
|
; * All Rights Reserved.
|
|
; */
|
|
; ; ;
|
|
|
|
NO equ 0
|
|
YES equ not NO
|
|
|
|
|
|
DOS_Found equ 0
|
|
|
|
INIT equ 0
|
|
|
|
|
|
Net_Check equ 1200h
|
|
Assign_Check equ 8000h
|
|
|
|
Found_Yes equ 1
|
|
Found_No equ 0
|
|
|
|
Asciiz_End equ 0
|
|
;DBCS_Blank_hi equ 81h
|
|
DBCS_Blank equ DB_SP_LO
|
|
DBCS_Vector_Size equ 2
|
|
End_Of_Vector equ 0
|
|
|
|
|
|
Blank equ " "
|
|
|
|
Label_Length equ 11
|
|
CR equ 13
|
|
|
|
DBCS_VECTOR equ NO
|
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
DRNUM EQU 5CH
|
|
|
|
|
|
|
|
; Exit status defines
|
|
ExitOK equ 0
|
|
|
|
|
|
;-------------------------------------------------------------------------------
|
|
; These are the data structures which we will need
|
|
|
|
|
|
|