Answers for "what is .align mips"

0

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.
Posted by: Guest on April-10-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language