Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

36 SectorsPerCluster   db  0             ; Sector Per Cluster              - 1 byte

199 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
200 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
201 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
204 mul bx ; ax = NumberOfClusters * SectorsPerCluster