mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2026-05-07 08:31:00 +00:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
;MSLOAD.INC
|
|
End_Of_File equ 0FFh
|
|
FAT12_Bit equ 01h
|
|
FAT16_Bit equ 04h
|
|
ROM_TELETYPE equ 14 ;INT 10h, Teletype function
|
|
|
|
NUM_DIR_PER_SECTOR equ 16 ; number of directory entries per sector
|