#pragma aligncode on | off | reset
The compiler, by default, pads .text sections to a multiple of 4 and sets these sections sh_addralign to 4 for performance reasons. Setting this pragma to off changes these values to 2.