Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

36 SectorsPerCluster   db  0             ; Sector Per Cluster              - 1 byte

212 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
213 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
214 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
217 mul bx ; ax = NumberOfClusters * SectorsPerCluster