You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be extremely useful when paired with #32 for dynamic alignment calculations. For example, to align a section relative to the size of a struct, you could do ALIGN[LOG2(SIZEOF(StructName))]. The function would ideally take and return an integer with the fractional part truncated.
The text was updated successfully, but these errors were encountered:
This would be extremely useful when paired with #32 for dynamic alignment calculations. For example, to align a section relative to the size of a struct, you could do
ALIGN[LOG2(SIZEOF(StructName))]
. The function would ideally take and return an integer with the fractional part truncated.The text was updated successfully, but these errors were encountered: