Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

41 SectorsPerCluster db  0             ; Sector Per Cluster  - 8 bits

126 mov bl,byte ptr [bp+SectorsPerCluster]; bx = SectorsPerCluster
127 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
128 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
187 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
188 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
190 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster