root/as/cmd/OR/or_r_adr__z.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; OR r,adr 演算結果が零
MAIN    START
        LD      GR1,A
        OR      GR1,B
        RET
A       DC      #0001
B       DC      #FFFE
        END

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