Everything
11.3.4 .ALIGN directive

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: