Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

37 SectorsPerCluster db  0             ; Sector Per Cluster  - 8 bits

191 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
192 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
193 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
196 mul bx ; ax = NumberOfClusters * SectorsPerCluster