There is a directive in gcc called .align that allows me to align objects at borders, which should be the power of two. However, on my Intel Core Duo machine, I want to align some code (not data) with addresses that are not the authority of the two. Is there an easy way to do this?
Because, obviously, .align 3 gives me an error: Error: alignment cannot be two.
Clemens
source share