6 `.align`
The .align directive for RISC-V is an alias to .p2align, which aligns to a
power of two, so .align 2 means align to 4 bytes. Because the definition of
the .align directive varies by architecture,
it is recommended to use the unambiguous .p2align or .balign directives
instead.