root/as/cmd/SRL/srl__s.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; SRL r,adr 負数
SRL2    START   BEGIN
BEGIN   LAD     GR1,#C000
        SRL     GR1,0
        RET
        END

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