Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

37 SectorsPerCluster db  0             ; Sector Per Cluster  - 8 bits

184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
185 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
186 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
189 mul bx ; ax = NumberOfClusters * SectorsPerCluster