root/as/err/err_101.casl

/* [<][>][^][v][top][bottom][index][help] */
MAIN    START   BEGIN
BEGIN   LD      GR1,A
        ADDA    GR1,B
        RET
A       DC      3
A       DC      1
        END

/* [<][>][^][v][top][bottom][index][help] */