Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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.
 
PREVIOUS NEXT
Tagged: #mips
ADD COMMENT
Topic
Name
7+3 =