Everything
11.4.6 Error output regarding an address not in the saddr access range

When the -dev option is specified, an error will be output for an address outside of the saddr access range. However, an error will not be output when the -dev option is not specified.

 

Example

>ccrl -cpu=S3 file.asm -lnkopt=-start=.text/100,.bss/f9f34

        mov     a,!sym
        mov     a,sym   ; When the -dev option is specified, an error will be output.
 
        .section .bss, bss
sym:    .DS     (1)