root/as/err/err_121.casl

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

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