Home | History | Annotate | Download | only in BootSector

Lines Matching defs:Sectors

37 ReservedSectors     dw  0             ; Reserved Sectors                - 2 bytes

40 Sectors dw 0 ; Number of Sectors - 2 bytes
42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
43 SectorsPerTrack dw 0 ; Sectors Per Track - 2 bytes
45 HiddenSectors dd 0 ; Hidden Sectors - 4 bytes
46 LargeSectors dd 0 ; Large Sectors - 4 bytes
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
218 mov bx,ax ; bx = Number of Sectors
234 ; ES:DI = Buffer to store sectors read from disk