📅  最后修改于: 2022-03-11 14:48:17.006000             🧑  作者: Mango
The .align n directive aligns the data to a memory cell
fit for 2n bytes. Therefore, for 32-bit (4-byte) integers
we use .align 2 for 22 or 4 bytes. Aligns the next variable
or instruction on a byte that is a multiple of number.