align mips code example
Example: what is .align mips
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.