If you check the High Level Assembler Language Reference manual, you will find that an A-type address has an implicit length of 4, so DC AL4(... and DC A(... have the difference that one has an explicit length and the other has an implicit (but same) length.