2020-09-30 16:53:55 +02:00

55 lines
961 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*
; * 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