root/as/cmd/XOR/xor_r_adr_x.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; XOR r,adr,x
MAIN    START
        LD      GR1,A
        LAD     GR2,1
        XOR     GR1,1,GR2
        RET
A       DC      #3000
        DC      #4FFF
        END

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