Alignment in assembly
- by jena
Hi,
I'm spending some time on assembly programming (Gas, in particular) and recently I learned about the align directive. I think I've understood the very basics, but I would like to gain a deeper understanding of its nature and when to use alignment.
For instance, I wondered about the assembly code of a simple C++ switch statement. I know that…