Renesas Electronics
Even if an .ALIGN directive is written in an absolute section (section whose start address is specified), ALIGN becomes invalid.
Example
.CSEG TEXT
.ORG 0x1
.ALIGN 2 ; Invalid
_LABEL: