root/as/cmd/ST/st_r_adr_x.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; ST r,adr,x
MAIN    START
        LD      GR1,A
        LAD     GR2,A
        ST      GR1,1,GR2
        RET
A       DC      5
B       DS      1
        END

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