Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

41 SectorsPerCluster:  .byte  0                  # Sector Per Cluster  - 8 bits

200 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
201 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
202 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
205 mulw %bx # ax = NumberOfClusters * SectorsPerCluster