Hi Vincent,
> I've been through different docs and they cannot accord on the ARM
> asm comment char: ld manual says it's ";" but others figure it is
> "@"
It is the "@" character in ARM assembler source files. It is the ";"
character in linker scripts.
Cheers
Nick