Home | History | Annotate | Download | only in BootSector

Lines Matching defs:Sectors

38 ReservedSectors   dw  0             ; Reserved Sectors    - 16 bits

41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
46 HiddenSectors dd 0 ; Hidden Sectors - 32 bits - ignored
47 LargeSectors dd 0 ; Large Sectors - 32 bits
209 mov bx,ax ; bx = Number of Sectors
225 ; ES:DI = Buffer to store sectors read from disk